Gentoo Archives: gentoo-amd64

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

Replies

Subject Author
Re: [gentoo-amd64] Trying gentoo-sources - getting segfaults Drake Donahue <donahue95@×××××××.net>