Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 188885 - After update 18 libs (include glibc to 2.6.1) several application don't run with segmentation fault.. :(
Summary: After update 18 libs (include glibc to 2.6.1) several application don't run w...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-14 19:08 UTC by Eugene
Modified: 2014-04-12 16:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge-info.txt,6.44 KB, text/plain)
2007-08-15 06:06 UTC, Eugene
Details
emerge.log (emerge.log,13.56 KB, text/plain)
2007-08-15 06:16 UTC, Eugene
Details
backtrace.log for run kkbswitch (backtrace.log,1.65 KB, text/plain)
2007-08-15 06:39 UTC, Eugene
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene 2007-08-14 19:08:55 UTC
Hello.
My name is Eugene.
I have been updated my gentoo.
I update glibc to version 2.6.1.
After this several application don't run with "SEGMENTATION FAULT" error
Below I post those applications:
 - amarok
 - postgresql
 - svn
 - k3b
 - kvirc
 - etc.

But kopete, krusader, k3bsetup are WORK ?!?!

Restore glibc down 2.6 DON'T WORK !
What I do wrong.

Thanks.


Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-08-14 19:43:53 UTC
amarok, k3b, subversion works just perfectly fine here w/ glibc-2.6.1. We can't guess, so unless you post some errors, backtraces etc. plus emerge --info output, nothing we could do here.

http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 2 Eugene 2007-08-15 06:06:49 UTC
Created attachment 128142 [details]
emerge --info

this is my emerge --info
Comment 3 Eugene 2007-08-15 06:16:04 UTC
Created attachment 128144 [details]
emerge.log

emerge.log  - list applications, after setup which appear this bug (Segfault)
Comment 4 Eugene 2007-08-15 06:33:52 UTC
I update my system at 13, August 2007.
My emerge --info  in attachments.
Next packages were updated: see emerge.log in attachments.
I setup kkbswitch with CFLAGS="... -gddb"  flag.
run gdb kkbswitch
and my output:

Program received signal SIGSEGV, Segmentation fault.
0x4b612a3c in __libc_start_main () from /usr/lib/libc.so.6


  

Comment 5 Jakub Moc (RETIRED) gentoo-dev 2007-08-15 06:37:01 UTC
Please, attach a backtrace (bt full) for the affected apps as requested above; the one line above really won't help us diagnose anything.

http://www.gentoo.org/proj/en/qa/backtraces.xml
Comment 6 Eugene 2007-08-15 06:39:36 UTC
Created attachment 128146 [details]
backtrace.log for run kkbswitch
Comment 7 Eugene 2007-08-15 06:40:00 UTC
I post backtrace.log !
Comment 8 Jakub Moc (RETIRED) gentoo-dev 2007-08-15 06:43:51 UTC
(no debugging symbols found)
(no debugging symbols found)
...

Nice; please, read the above guide once again and recompile the apps with C[XX]FLAGS/FEATURES that will produce something useful in backtrace output.
Comment 9 Eugene 2007-08-15 10:11:05 UTC
I understand why was segfault.
But why glibc after install don't replace old libs in /urs/lib ?