You are not logged in.
After upgrading system and glibc i have problem with subversion:
[2009-06-01 12:03] upgraded glibc (2.9-7 -> 2.10.1-2)
[2009-06-01 12:03] upgraded automake (1.10.2-1 -> 1.11-1)
[2009-06-01 12:03] upgraded binutils (2.19.1-2 -> 2.19.1-3)
[2009-06-01 12:03] upgraded gcc-libs (4.4.0-1 -> 4.4.0-3)
[2009-06-01 12:03] upgraded gcc (4.4.0-1 -> 4.4.0-3)
[2009-06-01 12:03] upgraded glib2 (2.20.1-1 -> 2.20.2-1)
[2009-06-01 12:03] upgraded subversion (1.6.2-2 -> 1.6.2-3)
wen i try to run svn i have SIGSEGV:
getuid() = 0
geteuid() = 0
getgid() = 0
getegid() = 0
open("/usr/lib/sasl2", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fcntl(3, F_GETFD) = 0x1 (flags FD_CLOEXEC)
getdents(3, /* 14 entries */, 32768) = 480
open("/usr/lib/sasl2/liblogin.la", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0755, st_size=670, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f38fc320000
read(4, "# liblogin.la - a libtool library"..., 4096) = 670
close(4) = 0
munmap(0x7f38fc320000, 4096) = 0
futex(0x7f38f70730ec, FUTEX_WAKE_PRIVATE, 2147483647) = 0
open("/usr/lib/sasl2/liblogin.so.2", O_RDONLY) = 4
read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \20\0\0\0\0\0\0@"..., 832) = 832
fstat(4, {st_mode=S_IFREG|0444, st_size=20495, ...}) = 0
mmap(NULL, 2112056, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 4, 0) = 0x7f38f62bb000
mprotect(0x7f38f62bf000, 2093056, PROT_NONE) = 0
mmap(0x7f38f64be000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 4, 0x3000) = 0x7f38f64be000
close(4) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
I also download subversion and compile it, but problem still exists.
That anyone have same problems after upgrade ? Do you know any solution?
Offline
I don't know is it the same, but for me some apps (linuxdcpp, goldendict, amarok) die on intensive disk. dmesg:
"goldendict[3266] general protection ip:7f529049de71 sp:7f52861af2e0 error:0 in libc-2.10.1.so[7f529042d000+14a000]"
Arch x86_64 same version of glibc. xfs file system in /home/
Offline
I got the same message on startup and tht's is after upgrade gcc and gcc-libs i'm sure becouse i have only that to upgrade.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
I can not reproduce it.
what is your locale?
try to run "env -i svn"
A simple "svn" without arguments crash for you?
Can rebuild svn with debugging symbols (-ggdb), then post a backtrace with gdb? And if this information is insuficient, maybe you need to recompile glibc with debug symbols.
Last edited by djgera (2009-06-04 23:33:14)
Offline
I'm not seeing this. I'm not sure if it's a factor, but I'm fully up to date with testing.
Offline
I can not reproduce it.
what is your locale?
try to run "env -i svn"
A simple "svn" without arguments crash for you?
Can rebuild svn with debugging symbols (-ggdb), then post a backtrace with gdb? And if this information is insuficient, maybe you need to recompile glibc with debug symbols.
I don't use svn.
My locales is "pl_PL"
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
svn works, but others are crashing. Locale en_EN UTF-8 and ru_RU UTF-8
Offline
@SpeedVin: what you execute that trigger this crash? So I can try here if the crash appears.
Offline
svn works, but others are crashing. Locale en_EN UTF-8 and ru_RU UTF-8
I have too UTF-8 locales.
@SpeedVin: what you execute that trigger this crash? So I can try here if the crash appears.
I have this message on boot up and i don't run any deamons on startup but in my initscripts I have script that load my locales.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
@SpeedVin: what is the apps that crash? I running the system in polish (pl_PL and pl_PL.utf8) and no crash. :S
Offline
Sytem doesen't crashes he start normal but I see this message.
My apps is working good.
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
What kernel version(s) are people experiencing problems using? The news page says 2.6.18 is the new minimum version when using glibc-2.10.
Offline
I use 26.29.4 kernel
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline
@dmartins: A system with a older kernel than 2.6.18 will result in: no boot! The first program executed: init that is linked to glibc, will show: "Kernel too old"
@SpeedVin: If you get a general protection / segmentation fault, the you have a crash.
Please provide a backtrace of the application that crash, with what libs are loaded and with debug symbols (recompile without stripping and with cflags with -ggdb)
$ gdb /the/aplication/that/crash
(gdb) r
(gdb) bt
(gdb) info r
(gdb) info sha
With this can have some idea of the issue.
Offline
Sorry but i don't know what app crash
Shell Scripter | C/C++/Python/Java Coder | ZSH
Offline