>Martin I had already tried that, to no avail >Mattias It was my understanding that I had to run my program through a debugger (like GDB) outside of the IDE, in which case the application will work flawlessly. It only manages to crash with F9 -- is there a way to debug through that only? I have -g, -gl, -gw, and -Xg enabled. I have a hunch if I run the program with F9 with -Xg enabled (external file with debugging info), there would be a way to parse the generated file, but I've yet to find out how.
On Sat, Mar 27, 2010 at 1:22 PM, Mattias Gaertner <[email protected] > wrote: > On Sat, 27 Mar 2010 11:59:05 -0300 > Matt Shaffer <[email protected]> wrote: > > > I've noticed an interesting problem I seem to have acquired, and I was > > wondering if anyone has come across it before. I used to have a nice, > happy > > installation of lazarus .9.28.2 on Windows Vissta, but I seem to have > borked > > it. Now, no matter how simple an application I build is (IE: 1 Form, no > LCL, > > etc.), when I run programs through the IDE with F9 (or the button), they > > segfault immediately. I have no idea what the last thing I did was, and I > > have no idea how to remedy the problem. > > > > What would be a recommend course of action? > > - I don't know how I caused this, so I'm not sure if this is a bug > > - Is it possible to track down what's causing this? > > Run the program in a debugger and create a backtrace. > > > > - Should I reinstall Lazarus? Or should I install an SVN version, for > kicks? > > > Mattias > > -- > _______________________________________________ > Lazarus mailing list > [email protected] > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus >
-- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
