Gentoo Archives: gentoo-amd64

From: Drake Donahue <donahue95@×××××××.net>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Trying gentoo-sources - getting segfaults
Date: Sat, 31 Jan 2009 02:39:17
Message-Id: 1233369555.7728.2.camel@oddman.donahues.us.
In Reply to: [gentoo-amd64] Trying gentoo-sources - getting segfaults by Mark Knecht
1 On Fri, 2009-01-30 at 17:56 -0800, Mark Knecht wrote:
2 > Hi,
3 > I've been running rt-sources for quite a long time but with a small
4 > desire to try out vmware or one of the alternatives and some problems
5 > with emerging them I thought I'd take a look at gentoo-sources as a
6 > baseline. It's up and running - I'm writing this from it - but X just
7 > crashed and I'm seeing a couple of issues in dmesg:
8 >
9 > [ 76.601881] gnome-keyring-d[4606]: segfault at 73676e ip
10 > 000000000073676e sp 00007fffcc1e6728 error 14
11 > [ 149.819713] X[3804]: segfault at 1 ip 00007f21248f397c sp
12 > 00007fff388c1080 error 4 in libgcc_s.so.1[7f21248ec000+d000]
13 > mark@lightning ~ $
14 >
15 > mark@lightning ~ $ uname -a
16 > Linux lightning 2.6.27-gentoo-r8 #4 SMP Fri Jan 30 17:42:08 PST 2009
17 > x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
18 > mark@lightning ~ $
19 >
20 > I think Duncan mentioned something earlier this week about problems
21 > with emerges of gcc and some tool chain problems. Is it possible that
22 > something like that could be the cause of this? I don't think that in
23 > general a kernel change should cause X to segfault but do I need to
24 > emerge X again? If so then I'd like to get an gcc issues cleaned up
25 > before doing that if possible.
26 >
27 > Note that under rt-sources-2.6.24-rt1 I saw a radeon driver loaded.
28 > Under gentoo-sources-2.6.26.8-r12 I do not:
29 >
30 > mark@lightning ~ $ lsmod
31 > Module Size Used by
32 > snd_seq_midi 7424 0
33 > snd_pcm_oss 38592 0
34 > snd_mixer_oss 14912 1 snd_pcm_oss
35 > snd_seq_dummy 3396 0
36 > snd_seq_oss 29888 0
37 > snd_seq_midi_event 7040 2 snd_seq_midi,snd_seq_oss
38 > snd_seq 50144 6
39 > snd_seq_midi,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
40 > uhci_hcd 31648 0
41 > firewire_sbp2 15832 0
42 > snd_hdsp 47812 1
43 > snd_rawmidi 20992 2 snd_seq_midi,snd_hdsp
44 > snd_seq_device 6996 5
45 > snd_seq_midi,snd_seq_dummy,snd_seq_oss,snd_seq,snd_rawmidi
46 > snd_pcm 72136 2 snd_pcm_oss,snd_hdsp
47 > snd_timer 20560 2 snd_seq,snd_pcm
48 > snd_page_alloc 8336 2 snd_hdsp,snd_pcm
49 > snd_hwdep 8072 1 snd_hdsp
50 > firewire_ohci 21828 0
51 > snd 56392 12
52 > snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_hdsp,snd_rawmidi,snd_seq_device,snd_pcm,snd_timer,snd_hwdep
53 > soundcore 7008 1 snd
54 > ehci_hcd 47384 0
55 > firewire_core 37152 2 firewire_sbp2,firewire_ohci
56 > crc_itu_t 2304 1 firewire_core
57 > i2c_nforce2 6976 0
58 > i2c_core 21408 1 i2c_nforce2
59 > ohci_hcd 37220 0
60 > mark@lightning ~ $
61 >
62 > Thanks in advance for any ideas.
63 >
64 > Cheers,
65 > Mark
66 >
67 Sometimes more enlightening than lsmod is lspci -nnk which links
68 hardware to built in drivers as well as to module drivers

Replies

Subject Author
Re: [gentoo-amd64] Trying gentoo-sources - getting segfaults Mark Knecht <markknecht@×××××.com>