Solved

FME script terminates/crashes when attempting to write text.

  • 1 August 2014
  • 1 reply
  • 2 views

Badge
Hi All

 

 

I have made a FME script that loads data from an SDE Oracle database and from various csv files. The dat are manipulated and finally summarize in an attribute as a text in XML format . Finaly the text is written to disk using a text writer.

 

 

This script has been running in a weekly batch job succesfully until 2 weeks ago. Since then, when the script is run in batch or in the workbench, as soon as the writer attempts to write the the text file, a windows message appears saying that FME.ex stopped working and needs to close. After that another error appears with a runtime error.

 

 

When I run the script in the workbench the last lines in the logwindow are like this.

 

 unable to realloc 73638411 bytes This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. i = 72 String http://www.safe.com/fme/xquery/functions is still in the pool Zorba Internal Fatal Error in ..\..\src\store\naive\string_pool.cpp:41 1 strings remain in the string pool
 I have logged the feature containing the text attribute, and there seems nothing wrong with it as far as I can see.

 

 

Does anybody have an idea what can cause this sudden behaviour?

 

 

icon

Best answer by bas 1 August 2014, 13:25

View original

1 reply

Badge
I see the error is not shown correctly (in my screen) . So here it is again:

 

 

unable to realloc 73638411 bytes

 

 

This application has requested the Runtime to terminate it in an unusual way.

 

Please contact the application's support team for more information.

 

 

i = 72 String http://www.safe.com/fme/xquery/functions is still in the pool

 

Zorba Internal Fatal Error in ..\\..\\src\\store\\naive\\string_pool.cpp:41

 

1 strings remain in the string pool

Reply