help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: g++ and windows


From: Guy Harrison
Subject: Re: g++ and windows
Date: Fri, 24 Mar 2006 22:13:19 GMT
User-agent: KNode/0.9.3

Fibre Optic wrote:

> Hi,
> 
> i have just written small code, unfortunately during execution i see
> message: segmentation fault. How to let the code create dump file under
> win32 to be investigated ?

You don't say which g++ in use. If you've an NT based OS then try cygwin. It
won't sump core any better but you can run it under 'gdb' and unless it's a
catastrophic error, backtrace to it. Hint: if you've got X working then
'ddd' is useful.

Almost certainly a pointer problem btw.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]