Hi.
I have a custom library which I dynamically link into the root app,
along with the others on which it depends. Then, durring the creation
ofan object from this library I get a segmentation violation.
The session goes a little like this:
root [0] gSystem->Load("....");
root [1] gSystem->Load("....");
root [2] m = new MyObject()
...
*** Break *** segmentation violation
Root >
2 questions:
- What, if anything is the meaning of the change of root prompt
style?
- More importantly, is there some way to debug this SegV without
peppering the code with a lot of "cerr<<"s? When I run under GDB,
root "eats" the SegV signal and keeps running so I can't even get a
stack trace. Any suggestions?
Thanks,
-Brett.
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:53 MET