On Sat, Feb 24, 2007 at 04:54:33PM +0100, Paolo wrote:
> Package: blackbox
> Version: 0.70.1-1.1
> Severity: important
>
> bb dies with segv, apparently as I try to re-enter data in OOo-base dialog:
>
> $ blackbox -display :1&
> [1] 27197
> ~$ blackbox: managing screen 0 using TrueColor visual 0x22, depth 24
> /bin/sh: line 0: exec: bsetroot: not found
> blackbox: [stylesdir/stylesmenu] error, '/home/oo/.blackbox/styles' does not
> exist
>
> ~$
> [1]+ Segmentation fault blackbox -display :1
>
> display :1 is a VNC session. The dialog window is for JDBC setup (wizard)
> in OOo 2.0.4. It did not segv on 1st try: I entered uid, pwd than checked
> connection; got error the went back to uid entry dialog; at that point, as
> focus moves to OOo dialog, bb segv.
Was the "bsetroot" error before the crash? Or, does the crash happen
even if you install bsetroot?
Could you try to get a backtrace?
Something like this should work:
cd /tmp
apt-get source blackbox
cd blackbox-0.70.1-1.1/
DEB_BUILD_OPTIONS=nostrip CXXFLAGS=-g dpkg-buildpackage -rfakeroot
(you'll need to install: dpkg-dev, fakeroot)
dpkg -i ../blackbox_0.70.1-1.1_i386.deb
[restart x11 session, or at least the BB WM]
in a VT ouside of X:
gdb -p `pidof blackbox` (might be: `pidof x-window-manager` or similar)
> within gdb: "continue"
[switch back to x11 here, and reproduce the problem]
> within gdb: "backtrace full"
Thanks
Justin
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]