vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have largely lurked here for a number of years, but I now have a truly vexing problem. I have a Dell D820 laptop that I have been running (with pretty good success) with Slack-current right up to the last change (12.1 RC-4). I rebuilt the kernel with the tuxonice-3.0 patches and things appeared to be working well -- until I tried a test hibernation. Boom. After the smoke cleared, I now have a situation where ldconfig always segfaults. I have the 12.1 iso's, and did a complete reinstall, using the default slack kernels, and I *still* get ldconfig with segfaults. Memtest doesn't appear to indicate any memory issues. Tuxonice was set up to use swap - so far I haven't found any identifiable issues with swap (using fdisk). So - anyone out there run into anything remotely like this? I'm currently out of ideas of how to diagnose further this debacle. The only other step I see right now is to reformat all the linux partitions and restart from the ground up. Steve |
| |||
| Stephen Bloom wrote: > I have largely lurked here for a number of years, but > I now have a truly vexing problem. I have a Dell D820 laptop > that I have been running (with pretty good success) with > Slack-current right up to the last change (12.1 RC-4). I rebuilt > the kernel with the tuxonice-3.0 patches and things appeared to > be working well -- until I tried a test hibernation. Boom. > > After the smoke cleared, I now have a situation where ldconfig > always segfaults. I have the 12.1 iso's, and did a complete > reinstall, using the default slack kernels, and I *still* get > ldconfig with segfaults. Memtest doesn't appear to indicate > any memory issues. Tuxonice was set up to use swap - so far I > haven't found any identifiable issues with swap (using fdisk). > > So - anyone out there run into anything remotely like this? I'm > currently out of ideas of how to diagnose further this debacle. > The only other step I see right now is to reformat all the linux > partitions and restart from the ground up. > You could try compiling ldconfig yourself, passing -g to the compiler (to include all the debugging symbols), and then run it in the debugger to find out exactly where it's crashing... |
| |||
| On 2008-05-07, Stephen Bloom <sbloom@beast.toad.net> wrote: > I have largely lurked here for a number of years, but > I now have a truly vexing problem. I have a Dell D820 laptop > that I have been running (with pretty good success) with > Slack-current right up to the last change (12.1 RC-4). I rebuilt > the kernel with the tuxonice-3.0 patches and things appeared to > be working well -- until I tried a test hibernation. Boom. > > After the smoke cleared, I now have a situation where ldconfig > always segfaults. I have the 12.1 iso's, and did a complete > reinstall, using the default slack kernels, and I *still* get > ldconfig with segfaults. Memtest doesn't appear to indicate > any memory issues. Tuxonice was set up to use swap - so far I > haven't found any identifiable issues with swap (using fdisk). > > So - anyone out there run into anything remotely like this? I'm > currently out of ideas of how to diagnose further this debacle. > The only other step I see right now is to reformat all the linux > partitions and restart from the ground up. > > Steve If I understand, you downloaded the 12.1 iso's and that's when the problem appeared??? If so, just some ideas.... did you check the m5d numbers run stat /sbin/ldconfig - see if you get any results are you running reiserfs, did you check for lost blocks any messages in system logs after it chokes, did you run dmesg and look for kernel messages ken |
| |||
| > I rebuilt > the kernel with the tuxonice-3.0 patches and things appeared to > be working well -- until I tried a test hibernation. Boom. > > After the smoke cleared, I now have a situation where ldconfig > always segfaults. Are you running with no swap now? use "free" to find out? -- damjan |
| ||||
| Damjan <gdamjan@gmail.com> wrote: > Are you running with no swap now? use "free" to find out? hmm, my first attempts to respond disappeared into the ether somewhere.. I did check the md5sums on the 12.1 iso downloads. I am running ext2 filesystems. I would get lines like the following in dmesg: ldconfig[2789]: segfault at 3026c7b3 eip 0806400b esp bfe27b88 error 4 After a few more days of fiddling around, things are a bit better, but still weird. There is an older version of ldconfig on the 12.1 boot iso, and it works! So I copied into the laptop /sbin directory, and now it boots! I now have a working laptop, but I'm also pretty uneasy that something somewhere is deeply wrong with this box. I have the same setup on a Dell desktop at work (using the newer ldconfig) and have had none of these difficulties. Steve |