>I thought that the bug might be in my program. But everything works fine >with 64 bit binary....are there any flags that need to be set/unset >while compling?
It is fairly certain that the bug is in your program. Memory corruption bugs are hard to trace and are not always easy to reproduce. A small change (different memory allocator, 32 vs 64 bit) may hide the problem. >And I reiterate that things worked fine some times with the 32 bit >binary also.... > As is to be expected. > Did you run mdb with the SIGABRT core? If holds the clue to your problem. Casper _______________________________________________ opensolaris-discuss mailing list [email protected]
