Segmentaiton faults on a fresh Kubuntu 6.06-1 install

Jon Grant jg at jguk.org
Sun Sep 3 00:20:52 BST 2006


Hello,
Not sure if this is the place to discuss the segmentation faults I have
experienced, but I dont have enough info to file a bug report.

I've installed Kubuntu 6.06-1 Desktop from ISO.

I am experiencing two SIGSEGV, my other programs are ok, Firefox, X, and
KDE etc run without any crashes. I've been using this PC for about 4
days now. The crashes are reproducible.

I verified the md5sums on the libc packages and also coreutils. I
rebuilt the latest coreutils and got the identical crash.


The two programs which I use which cause the seg faults are "dd" and
"smbpasswd"

Any suggestions and help welcome,

Kind regards
Jon



I thought about reinstalling coreutils, but I got this warning, any
ideas why that has started happening? I've enabled universe and
multiverse, and no other apt sources..

apt-get install --reinstall coreutils
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not
upgraded.
Need to get 1316kB of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
  coreutils
Install these packages without verification [y/N]?




now3d at now2g:~/coreutils-5.97/src$ gdb
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
(gdb) exec /home/now3d/coreutils-5.97/src/dd
(gdb) run if=/dev/fd0 of=/home/now3d/rip.bin bs=512
Starting program: /home/now3d/coreutils-5.97/src/dd if=/dev/fd0
of=/home/now3d/rip.bin bs=512
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1210111776 (LWP 23158)]
(no debugging symbols found)
2880+0 records in
2880+0 records out

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210111776 (LWP 23158)]
0xb7e6f2a3 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0  0xb7e6f2a3 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1  0xb7e432e4 in vfprintf () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7e3fd7c in cuserid () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7e3ffbb in vfprintf () from /lib/tls/i686/cmov/libc.so.6
#4  0xb7e486af in fprintf () from /lib/tls/i686/cmov/libc.so.6
#5  0x080497b2 in ?? ()
(gdb)









# gdb
GNU gdb 6.4-debian
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
(gdb) exec /usr/bin/smbpasswd
(gdb) run now3d
Starting program: /usr/bin/smbpasswd now3d
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1212528960 (LWP 23496)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
New SMB password:
Retype new SMB password:
Unable to open/create TDB passwd
Unable to open/create TDB passwd
pdb_getsampwnam: TDB passwd (/var/lib/samba/passdb.tdb) did not exist.
File successfully created.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1212528960 (LWP 23496)]
0x080ff433 in ?? ()
(gdb) bt
#0  0x080ff433 in ?? ()
(gdb)



More information about the ubuntu-devel mailing list