Hi
autogen-5.9.1 fails to build on Solaris (both Solaris 2.6 and Solaris 8)
because agen5/autogen always segfaults upon exit (from wherever the exit()
is called): The reason seems to be the "signalSetup( ignoreSignal, abendSignal 
);"
which is called as the first thing in the main() program. The cause seems
not to be an erroneous signal handler routine (they seem to work and catch
the segfault, decorating it with a nice message), but the signalSetup() itself,
which also leads to the fault when installing the default handlers.

Workaround: comment out the above line, and the rest of the build
proceeds fine (who needs the nice messages anyway - the default OS handlers
also deliver a similar message to the same effect... ;-)

Greetings
Arto


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Autogen-users mailing list
Autogen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/autogen-users

Reply via email to