raffe wrote: > > Nelson, > > I am absolutely not saying that the problem is in NSS. [snip]
I appreciate that. I was merely trying to stress the point that without a stack trace, we really have no idea where the problem is. > Then I got nightly source (Mozilla 1.3a - Mozilla/5.0 (X11; U; > >> Linux i686; en-US; rv:1.3a) Gecko/20021119) and built as well. The goal > was to debug and provide you with stack trace. I have tried and tried but I > can't get it work. My first idea was to set a breakpoint like " b _dl_open" > to see when either nss3 or my plug-in was loaded. Knowing that nss is > loaded (info shar), I could then do " b PK11_ListCerts" and after that step > to see where the crash happens. Thanks for your effort. I wonder if it's possible to get a core file from mozilla when it crashes. It might eb easier to look at the stack in a core file than to try to run it in the debugger. -- Nelson Bolyard Disclaimer: I speak for myself, not for Netscape
