--- Steven Graham <[EMAIL PROTECTED]> escribió: > Graeme Geldenhuys wrote: > > > > I also feel like going back to 0.9.23. :-) I'm currently > running > > 0.9.25 (a few revisions after the release of 0.9.24). Opening > > different Packages or Projects causes Lazarus to randomly crash. > No > > error messages, it just dies and disappears. This is driving me > nuts. > > I'm using Linux (Ubuntu) with FVWM2. > > > > I would have reported this on Mantis, but still can't reproduce > the > > error "on demand" or with a specific project. So with to little > > information, I don't see the point in submitting a bug report > yet. > > :-( > > > > I'm also finding the 0.9.24 to be very unstable, my current project > that > I'm working on, it also just crashes as soon as I try to load the > project, I'm running the win32 version. I may go back to 0.9.23
Before you go back to previous version, would do you mind to help us to find what is the cause?, how? by doing a backtrace so we at least know what/where is not working. see http://wiki.lazarus.freepascal.org/Creating_a_Backtrace_with_GDB in summary: 1. Open a command prompt window and cd to lazarus dir 2. if gdb program is not in your path, type the fullpath to gdb 3. gdb lazarus.exe 4. run [Return], then wait lazarus crashes. 5. backtrace [Return], copy the output of backtrace Thanks. Jesus Reyes A. ____________________________________________________________________________________ ¡Capacidad ilimitada de almacenamiento en tu correo! No te preocupes más por el espacio de tu cuenta con Correo Yahoo!: http://correo.yahoo.com.mx/ _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
