Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gkrellm segmentation fault
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
chris84ae
n00b
n00b


Joined: 19 Apr 2003
Posts: 40

PostPosted: Sat May 03, 2003 8:06 am    Post subject: gkrellm segmentation fault Reply with quote

I compiled gkrellm and its dependencies successfully and get this error when I run the program

Code:
bash-2.05b# gkrellm2

GThread-ERROR **: file gthread-posix.c: line 135 (): error 'No such process' during 'pthread_getschedparam (pthread_self(), &policy, &sched)'
aborting...
Segmentation fault
Back to top
View user's profile Send private message
jasonm
Tux's lil' helper
Tux's lil' helper


Joined: 25 Feb 2003
Posts: 90
Location: Calgary, Canada... Eh!

PostPosted: Sat May 03, 2003 9:39 am    Post subject: Reply with quote

chris84ae,

gthread-posix.c belongs to glib. So, perhaps you have a fsck'ed install of glib, or maybe something else (gstreamer?).

So you may want to try...

# emerge glib -s

the -s (search), will show all pkgs containing 'glib'. The relevant 'results' that may concern you, are the glib and glibc. You may want to try re-installing these...

Don't know if this helps or not. If not, it's OK to curse at me    :D

Good luck!

Jasonm
_________________
Registered User # 323863
There is nothing new under the sun . . .

"Open source takes the bullshit out of software."
[small]~ Charles Ferguson on TechnologyReview.com[/small]
Back to top
View user's profile Send private message
chris84ae
n00b
n00b


Joined: 19 Apr 2003
Posts: 40

PostPosted: Sat May 03, 2003 10:52 am    Post subject: Reply with quote

Yep kind of helped now i just get a seg fault

strace gkrellm give me this
Code:
open("/usr/lib/libexpat.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320 \0"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=170354, ...}) = 0
mmap2(NULL, 138392, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x15c3b000
mprotect(0x15c54000, 35992, PROT_NONE)  = 0
mmap2(0x15c54000, 36864, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x18) = 0x15c54000
close(3)                                = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x15c5d000
mprotect(0x15ab1000, 880640, PROT_READ|PROT_WRITE) = 0
mprotect(0x15ab1000, 880640, PROT_READ|PROT_EXEC) = 0
mprotect(0x158b4000, 61440, PROT_READ|PROT_WRITE) = 0
mprotect(0x158b4000, 61440, PROT_READ|PROT_EXEC) = 0
mprotect(0x158b0000, 12288, PROT_READ|PROT_WRITE) = 0
mprotect(0x158b0000, 12288, PROT_READ|PROT_EXEC) = 0
mprotect(0x15573000, 2170880, PROT_READ|PROT_WRITE) = 0
mprotect(0x15573000, 2170880, PROT_READ|PROT_EXEC) = 0
munmap(0x15569000, 40269)               = 0
getrlimit(0x3, 0x3ffff654)              = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
getpid()                                = 7123
rt_sigaction(SIGRTMIN, {0x158bebd0, [], 0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x158bec40, [], 0x4000000}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x158bed40, [], 0x4000000}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0x3ffff67c, 31, (nil), 0}) = 0
--- SIGSEGV (Segmentation fault) ---
+++ killed by SIGSEGV +++
bash-2.05b#
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum