It appears that you have a heap corruption problem.

Run your app under the dbx run-time memory checker:

dbx app
check -all -frames 16
run

If that doesn't isolate your issue, you can try using the watchmalloc library 
and/or the race-condition thread capability in analyzer.  See the man pages for 
"wachmalloc" and "collect" for those.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to