------- Additional Comments From fxcoudert at gcc dot gnu dot org  2005-06-01 
12:48 -------
A few things you can do:

  1. Run this program inside gdb: Compile all files with "-g" flag, then run
"gdb ./myprogram" and enter the command "run"). When program aborts, signal
should be caught by gdb and you should have a prompt; enter the "where" command
and post here what it says.

  2. Trim it down if you have time.

  3. Send it to me by private mail, with instructions to build it. I'll be glad
to trim it down (and the code will not be posted publicly) and debug.


PS: sorry if point 1 sounds trivial to you. I just don't know if you are
familiar with gdb.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21787

Reply via email to