On Thu, 25 Nov 2004 14:58:02 +0200 (EET) Nerijus Baliunas <[EMAIL PROTECTED]> 
wrote:

NB> On Thu, 25 Nov 2004 10:27:42 +0100 (Romance Standard Time) Vadim Zeitlin 
<[EMAIL PROTECTED]> wrote:
NB> 
NB> VZ> NB> 0x0814b98d in ~MAppBase (this=0x8ab1cd8) at 
.src/classes/MApplication.cpp:201
NB> VZ> NB> 201           p->Do();
NB> VZ> NB> (gdb) bt
NB> VZ> NB> #0  0x0814b98d in ~MAppBase (this=0x8ab1cd8)
NB> VZ> NB>     at .src/classes/MApplication.cpp:201
NB> VZ> 
NB> VZ>  What is the value of "p"?
NB> 
NB> (gdb) print p
NB> $1 = (class MRunAtExit *) 0xee5e84

 I think I know what the problem is after your message about the modules,
but in general to get useful information about a pointer you need to do
"print *p" and not "p p" or "p &p".

 Regards,
VZ



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to