select pathname can give free() invalid pointer
Brought to you by:
billmenger,
seismick
While studying the crash of cfe job builder when clicking on a select pathname
button, I found that some process give an error message containing:
glibc detected free() invalid pointer
Examples are processes VTRIN, TSMUTE, VC and GDIV
Other processes have given error SIGSEGV and dumped an hs_err log from
Java virtual machine.
Thus the pathchoose module is aborting, but not even consistently.
I have tried to monitor the cfe program with ltrace, but that writes 9 megabyte
between clicking the mouse and the abend of cfe. Such is very big mountain
to analyze.
This can be closed - it is a duplicate of bugs 22 and 24