A sigsegv in a function called from malloc or free usually indicates memory 
heap corruption.
Which is difficult for programmers to debug.

You could try loading pre-loading a different malloc library, like:

export LD_FLAGS_32='preload=watchmalloc.so.1'
./inadyn

or if its a 64 bit executable:

export LD_FLAGS_64='preload=watchmalloc.so.1'
./inadyn

I find when I try to debug a program I am working on that has memory heap 
corruption with
watchmalloc, that it then works.  So it could be worth a try.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to