Bug#559142: xfstt segfaults on start

2009-12-05 Thread Guillem Jover
Hi!

On Thu, 2009-12-03 at 05:25:06 +0100, subhuman wrote:
 sry for spamming, but this may be the last message for a while. because
 the funny thing is that when i start (the freshly created) xfstt either
 directly or via the /etc/init.d script it segfaults. however, wenn i
 start it with gdb and detach the debugger, the bug does not appear at
 all. i am probably not supposed to understand this. ;)

Ok let's try something else then. Build the sources like this:

  $ DEB_BUILD_OPTIONS=noopt nostrip debuild -us -uc -b

Install those and then enable core dumps in you root session:

  # ulimit -c unlimited

This should create a core dump if it segfaulted, in such case you can
attach to it with gdb to see at which point it happened, with
something like:

  # gdb /usr/bin/xfstt core

Once inside the gdb session, type something like this to get the full
stack trace, and send that back:

  (gdb) bt full

thanks,
guillem



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559142: xfstt segfaults on start

2009-12-02 Thread Martin H. Thomas
Package: xfstt
Version: 1.7-6
Severity: normal

This is what I get when xfstt is started, both directly and via 
/etc/init.d/xfstt script: 
segfault at 4 ip 08050068 sp bfb0ffc0 error 4 in xfstt[8048000+16000]



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages xfstt depends on:
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  libc6 2.9-19 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-6  GCC support library
ii  libstdc++64.4.1-6The GNU Standard C++ Library v3
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

xfstt recommends no packages.

xfstt suggests no packages.

-- debconf information:
* xfstt/listen_tcp: false



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559142: xfstt segfaults on start

2009-12-02 Thread Guillem Jover
Hi!

On Wed, 2009-12-02 at 10:20:55 +0100, Martin H. Thomas wrote:
 Package: xfstt
 Version: 1.7-6
 Severity: normal
 
 This is what I get when xfstt is started, both directly and via 
 /etc/init.d/xfstt script: 
 segfault at 4 ip 08050068 sp bfb0ffc0 error 4 in xfstt[8048000+16000]

Could you build with debugging symbols, and attach gdb to it to get a
backtrace? If you don't know how to, I can either provide instructions
or ready built packages to be debugged.

Additionally, is there anything special in your setup, did this start
out of a sudden, or you just installed the package a new? etc.

thanks,
guillem



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559142: xfstt segfaults on start

2009-12-02 Thread subhuman
hmm... hard to tell as from my side. i did as you advised me, with the
source code apt-get source fetches. however, the bug does not appear
in this build - but it is still reproducable by a call to the original
binary at /usr/bin. hence the problem seems to be connected to the deb
package. i shall rebuild xfstt to be installed on /usr/bin instead of
the file already being there, so the problem will be at least solved on
my box.

On Wed, 2 Dec 2009 17:35:19 +0100
Guillem Jover guil...@debian.org wrote:

 Hi!
 
 Could you build with debugging symbols, and attach gdb to it to get a
 backtrace? If you don't know how to, I can either provide instructions
 or ready built packages to be debugged.
 
 Additionally, is there anything special in your setup, did this start
 out of a sudden, or you just installed the package a new? etc.
 
 thanks,
 guillem


-- 
Volk ist Opium für die Religion.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559142: xfstt segfaults on start

2009-12-02 Thread subhuman
addition: the freshly built binary segfaults as well. I'll try and get
a backtrace...

On Wed, 2 Dec 2009 17:35:19 +0100
Guillem Jover guil...@debian.org wrote:

 Hi!
 
 On Wed, 2009-12-02 at 10:20:55 +0100, Martin H. Thomas wrote:
  Package: xfstt
  Version: 1.7-6
  Severity: normal
  
  This is what I get when xfstt is started, both directly and via 
  /etc/init.d/xfstt script: 
  segfault at 4 ip 08050068 sp bfb0ffc0 error 4 in xfstt[8048000+16000]
 
 Could you build with debugging symbols, and attach gdb to it to get a
 backtrace? If you don't know how to, I can either provide instructions
 or ready built packages to be debugged.
 
 Additionally, is there anything special in your setup, did this start
 out of a sudden, or you just installed the package a new? etc.
 
 thanks,
 guillem


-- 
Volk ist Opium für die Religion.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559142: xfstt segfaults on start

2009-12-02 Thread subhuman
sry for spamming, but this may be the last message for a while. because
the funny thing is that when i start (the freshly created) xfstt either
directly or via the /etc/init.d script it segfaults. however, wenn i
start it with gdb and detach the debugger, the bug does not appear at
all. i am probably not supposed to understand this. ;)

On Wed, 2 Dec 2009 17:35:19 +0100
Guillem Jover guil...@debian.org wrote:

 Could you build with debugging symbols, and attach gdb to it to get a
 backtrace? If you don't know how to, I can either provide instructions
 or ready built packages to be debugged.
 
 Additionally, is there anything special in your setup, did this start
 out of a sudden, or you just installed the package a new? etc.
 
 thanks,
 guillem


-- 
Volk ist Opium für die Religion.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org