Boost logo

Boost Users :

Subject: Re: [Boost-users] Unhandled exception at 0x781451eb in ********.exe: 0xC0000005: Access violation reading location 0x0129ffff.
From: Igor R (boost.lists_at_[hidden])
Date: 2009-03-03 13:08:08


>
> I am new with Boost and I am facing a Unhandled exception.
> The program I am triying to use is working fine in release mode but
> crashing
> in debug mode. Maybe compiler options are not set correctly.
>
> Is there something specific for release and/or debug version ? Something to
> diseable exceptions ?
>
The exception is "access violation". You can try and catch it before it
becomes "unhandled": go to the menu Debug-->Exceptions-->select Win32
exceptions check box. The VS will break when the exception occures, and
you'll see what happened (probably, you try to access a destroyed or
uninitialized object).



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net