Re: problem with signals in ddd
Cédric Bosdonnat <[email protected]>
| Newsgroups | gmane.comp.gnome.ximian.openoffice |
|---|---|
| Message-ID | <[email protected]> |
Hi Michal, On Mon, 2010-05-17 at 23:48 +0100, Michal Spisiak wrote: > Hi, > > recently, I installed Display Data Debugger, because working in > console gdb got to be quite tedious as I want to look at various > values simultaneously. But I got problem with SIGSEGV signal at the > start: > > Program received signal SIGSEGV, Segmentation fault. > Window::GetExtendedStyle (this=0xbffff904) > at /home/miko/ooo-build/build/ooo320-m12/vcl/source/window/window2.cxx:1711 > Current language: auto > The current source language is "auto; currently c++". Strange, I can't have it crash when running ddd ./soffice.bin on my machine. Did you try with master build based on ooo320-m17? Didn't you forget to source ooenv before? Otherwise, you can have a slightly better gdb by switching in TUI mode (Ctrl-X + A IIRC)... but I'm no real fan of it may be others can be better advocate for it ;) -- Cedric