Hardware :: Kernel Double Fault, Laptop Froze On Distro / Getting Error Double Fault: 0000 [#1] SMP?

Jun 19, 2010

My laptop's been locking up in Linux (Ubuntu, Backtrack, Puppy) periodically for a while now. When it locked up, it was always immune to the magic of SysRq, which I thought might indicate a hardware problem. It became so bad that I had to stop using the laptop.

Today, when I turned it on and tried to boot into Fedora 12, I got the following error (just once, it just locked up at various points during the splash screen after this once):

double fault: 0000 [#1] SMP
last sysfs file:
CPU 0
odules linked in:
Pid: 1, co m: swapper Not ta nted 2.6.32.11-99.fc 2.x86_64 #VGN-T 250N
RIP: 0010:[<ff

All the seemingly missing letters were really missing, not my typos.

As you can see, kernel version is 2.6.32.11-99.fc12.x86_64 and my laptop is a Sony Vaio TZ 250N (Core 2 Duo ULV 1.2GHZ). Note that with the other remaining kernels from the updates, nothing ever happened other than the locking up. The core temperatures hover pretty high, about 55-60C peak but this is still below the critical temp. Memtest came up clean when the problem first started happening.

View 3 Replies


ADVERTISEMENT

General :: Unable To Boot Debian - PANIC - Double Fault

Jul 29, 2010

I recently decided to build up a Linux computer with the following configuration:
- Motherboard : MSI KT4 Ultra
- CPU : Athlon XP 2000+
- RAM : Kingston ValueRAM (2 DIMMs, I put them in all possible arrangements)
I doubt other compoment details are relevant, but if you do think so, feel free to ask.

I installed Debian 5.05 on that machine ; it worked all fine.

However, given that my mobo would not support wake on lan (and that I needed it given that my goal was to build some sort of server), I searched for a new one that did, I then installed an ASRock K7S41GX.

Since doing so, I have not been able to boot Linux ; after doing some fixing on my part, I have come to the point where I have the very same error repeating times and times again every time I try to boot ; here's the error message I get and how I get to it.

GRUB loads like a charm, then Linux starts booting and stuff happens :

Checks filestystem, initrd and stuff (I actually don't understand that part, but it seems to work OK).

Where "########" stands for a series of eight hexa chars (I assme these might be memory adresses ?).

A few more details :
- The ########'s are NOT the same on each attempt to boot.
- When I try to reinstall Linux, I also got various error messages (Mosty "PANIC: attempted to kill init" or "PANIC: attempted to kill the idle task")
- Rescue mode fails the same way re-install does.

- For some reason I just can't explain I ONCE happened to manage to start the installer process, which unfortunately ended up hanging on "Detecting Network hardware". (I attempted to disable the onboard network device to no avail).

View 15 Replies View Related

Programming :: Double Quotes Inside Double Quotes?

Jun 6, 2010

In bash I need to use some equivalent of double quotes inside double quotes (or the other way around.)I need to run the following statement to get the output of foo and store it in a variable while passing foo the $file which probably contains spaces.

Code:
variable=$(foo "$file")
The problem is that foo might return an empty string and if it does I need to catch it

[code]...

View 6 Replies View Related

Ubuntu :: 11.04 Unity Widescreen Display Fault On Tosh Satellite Laptop?

Jul 3, 2011

My Toshiba Satellite C600/C has a widescreen format. Ubuntu 11.04 fills the screen as it boots but once it goes to the Unity Desktop it goes non-widescreen with bars down both sides of unused and unusable space.

View 1 Replies View Related

General :: Segmentation Fault - Kernel Crash

Feb 24, 2011

My system is running with powerpc and linux, i am facing some kernel crash problem.

I have pasted the trace and log

(1) Display the backtrace for the thread that crashed.

(2) Display argument parameters and local variables for the thread.

View 3 Replies View Related

CentOS 5 :: Gdb Segmentation Fault In Preemptible Kernel

Aug 3, 2011

I have built a CentOS 5.6 kernel with the Preemption Model changed from Voluntary to Preemptible Kernel. Everything works fine except for gdb. When attempting to debug a binary using start or run there is a segmentation fault. If I attach to a running process everything works fine. I expect that I need to make an additional change to the kernel config file, but don't know what it might be. I'm using menuconfig to make the changes: Processor type and features --->Preemption Model ---> [x] Preemptible Kernel (Low-Latency Desktop).

gdb /bin/true
(gdb) run
Starting program: /bin/true
During startup program terminated with signal SIGSEGV, Segmentation Fault.

View 6 Replies View Related

OpenSUSE :: Error: Couldn't Get An RGB, Double-buffered Visual

Feb 7, 2010

Whenever I run glxgears or glxinfo from an ssh or vnc session, I get "Error: couldn't get an RGB, double-buffered visual". I can run glx stuff fine on the console under KDE, but that's not practical for the intended users. I've tried updating drivers (it's a Dell R610 w/ Matrox G200ew videa), firmware, rpms, etc., even running ssh with -X or -Y, but to no avail.

View 9 Replies View Related

Fedora Installation :: F12 Preupgrade Kernel Panic - Segmentation Fault

Dec 21, 2009

I ran into a strange issue after doing a preupgrade from Fedora 10 to Fedora 12: Preupgrade worked as described, I upgraded successfully to Fedora 12 and also worked 2 days without any (major) issue. Then I had some issues with firefox (malloc errors, couldn't start) so I thought I'll do it the "Windows Way" namely reboot, and then no chance to boot fedora. I was hit by a kernel panic saying "init not tainted 2.6.31.6-166.fc12.i686". I was able to boot in rescue mode using the preupgrade installer (still in the grub menu) but even chroot /mnt/sysimage gave me a "Segmentation fault".

I am not able to re-upgrade the system since the installer tells me (on vty3) "product Fedora version 12 found on VolGroup00-LogVol00 is not upgradeable". I also tried to reinstall the installed kernel as well as upstart (hint from [URL]) from the preupgrade repositories (using rpm --root /mnt/sysimage --force ...) but the kernel install failed with %post and %posttrans errors (signal 11). I also did fsck.ext3 for the lvm partition with no success. Does anyone have some additional hints how to recover? It's a 32 bit install on an Intel p4 with 2GB RAM.

View 2 Replies View Related

Ubuntu :: Apt-get Error: Segmentation Fault

Apr 28, 2010

I was in the process of installing something via apt-get. The laptop crashed halfway through, and now I cannot install anything new, do any updates/upgrades. I also cannot open Synaptic.When running apt-get in the terminal I get the following error:

Segmentation fault

View 3 Replies View Related

Programming :: Segmentation Fault Error And GDB

Jul 23, 2010

When I compile my C program on SUSE, I receive a segmentation fault error. To my knowledge, this occurs when a program tries to recall memory but is not allowed to. So I'm using GDB for the first time to solve this problem. After a series of commands, I reach this point:

Code:
#0 0x00002b13e1bab127 in getdelim () from /lib64/libc.so.6
#1 0x000000000040167b in main () at dmsp_cusp.c:158

Here's the offending code in dmsp_cusp.c:
Code:
157 printf("enter the input file name:");
158 getline(in_fname);
159 fp3 = fopen(in_fname, "r");
160 if(fp3 == NULL) {
161 printf("can't open input file %s",in_fname);
162 exit(1); }

View 1 Replies View Related

Programming :: Getting Segmentation Fault Error?

Jul 1, 2010

I am getting Segmentation fault error .Dont know where it is

Code:
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

[Code]....

Getting Segmentation fault

View 11 Replies View Related

General :: Internal Compiler Error: Segmentation Fault

Apr 6, 2010

I am getting this message: internal compiler error: Segmentation fault

Please submit a full bug report,
with preprocessed source if appropriate. for every compilation that takes longer (ie: linux kernel, kde sources etc.)

I've tried other OS (at that moment I was on Fedora 12, now on Debian; was a Suse also) and it didn't work. I've tried replacing my hard disk, since it needed an upgrade either ways - that didn't work either. I assumed that it's the RAM fault - tested them with memtest and it says they are fine. Does anyone know what else I can do in order to figure out where the problem is?

View 3 Replies View Related

Programming :: C - When Write A Program That Gives The Segmentation Fault Error

Jun 9, 2010

I am using Ubuntu 9.04 linux 2.6.28-11-generic. When I write a program that gives the "Segmentation fault" error, or when I send this signal (SIGSEGV) to a program, the "Segmentation fault" is shown and no core dumped. When I look for "core" file in the current directory, I can't find it, too.

View 2 Replies View Related

Red Hat / Fedora :: What's Error Called 'segmentation Fault (core Dumped)'?

Jun 20, 2011

I am using RHEL 6. When i use CAP3 software for the first time it successfully resulted. But second time when i used, it's showing "segmentation fault (core dumped)". Even after restarting and reinstalling it showing same error. When i google, i found it some memmory related problem. But no clear information.

View 3 Replies View Related

General :: Getting Segmention Fault Error While Searching String In Csv File?

Jan 18, 2011

I am using grep command to search in a particular file whose size is 11 GB and i am getting Segmentation fault error as an output. My command and output is as follows:

Code:

[sdpuser@gnnsdp40 test]$ cat new* | grep 8858406465
Segmentation fault

My linux version is as follows:

Code:

[sdpuser@gnnsdp40 test]$ uname -a Linux gnnsdp40 2.6.18-164.el5 #1 SMP Tue Aug 18 15:51:48 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

how i can parse the complete file for searching string. I have also used split command of linux which splits the file of 11 GB to 11 files of 1 GB each respectively. But still getting the same "Segmentation fault" error while using grep.

View 9 Replies View Related

Debian Multimedia :: Skype Giving Segmentation Fault Error On Terminal

Aug 17, 2011

I had Skype debian_2.2.0.35-1_amd64 on my Debian 2.6.32-5 amd64 and it was working without any problem. After re-installing my gnome desktop environment, my skype stopped working. I tried to re-install it. I found out it re-installs without any error but it doesn't launch and gives me "segmentation fault" error on terminal. I purged skype, deleted the .skype folder and installed it again with no luck. when I try to re-install skype via software center it says: "Sorry, 'skype' is not available for this type of computer (amd64)." what should I do to have the skype working on my system again?

View 9 Replies View Related

General :: Error Child Pid 13810 Exit Signal Segmentation Fault (11)

May 23, 2011

I installed Centos 5, httpd 2.2.3 and php5.3.6 with yum.

We have a website which can upload JPEG file to the server via php. But when we uploaded file, it showed the error

Quote:

child pid 13810 exit signal Segmentation fault (11)

I tried to run gdb on my computer and it showed that

Quote:

0xb6d1a600 in ?? () from /usr/lib/libjpeg.so.62

View 1 Replies View Related

Software :: Ubuntu Server 10.10 - Segmentation Fault Error On Quota Activation

Jan 25, 2011

I'm running ubuntu server 10.10 64 bit.
1. Set quota in /etc/fstab like this:
/dev/sdb1 /var/www reiserfs defaults,usrquota 0 2
2. Checked quotas:
# quotacheck -cavm
quotacheck: Your kernel probably supports journaled quota but you are not using it. Consider switching to journaled quota to avoid running quotacheck after an unclean shutdown.
3. Tried to activate quotas using "quotaon -a" and got a segmentation fault error.
When I change filesystem to ext3 (using mkfs.ext3 and changing /etc/fstab) it works well. So there are 2 problems, quotacheck warning about journaled quota and the segmentation fault error.

View 1 Replies View Related

OpenSUSE :: Okular Crashes - Error Executable PID 4927 Signal: Segmentation Fault(11)

Aug 31, 2011

I got a problem with Okular crashing. This is the error message i get

Excutable okular PID 4927 Signal: Segmentation fault(11)

The PID is a different number each time i try to open a file. What could be causing this.

View 1 Replies View Related

General :: Firewall Kernel: [ 1814.159992] Skge 0000:01:0d.0: PCI Error Cmd=0x157 Status=0xc2b0?

Jun 1, 2011

i have an error on my ubuntu 10.10 server which kinda annoying, below is the error:

firewall kernel: [ 1814.159992] skge 0000:01:0d.0: PCI error cmd=0x157 status=0xc2b0

it keeps on coming. but ICS is ok without any problem just this error

View 2 Replies View Related

OpenSUSE Hardware :: 64bit 11.1 / Setup Does Not Run With "Segmentation Fault" Error?

Jan 13, 2011

I recently bought an HP OfficeJet 6500 AIO printer. Since the printer has ethernet connectivity, I have managed to setup the printer with the 32bit openSuSE 11.2, 11.3 machines I have in my network. However, the 64bit 11.1 is another beast. I cannot make the printer work. The default and updated from officials repos hplip does not contain the PPD file for the printer/scanner/fax.I added the "Printing" repository (Index of /repositories/Printing/openSUSE_11.1) and downloaded the 64bit versions of hplip, hplip-hpijs packages. Now, the issues:hp-setup does not run with "Segmentation fault" error! Although I can see the printer, setup and modify it's configuration, cups cannot print, not even a test page.The errors I have are:

Code:
Unable to execute /usr/lib64/cups/filter/hpcups: No such file or directory

Regarding the 1st error, I "solved" it by using the hplip-qt3 package from KDE_3 repository. And when I used that version of hplip, (3.10.9-4.2, instead of the 3.10.9-31.1 of the Printing repository), I had no more filter related problems (foomatic etc).For the second one, it is obvious that the problem is related to the location of the 64bit filters.The /var/log/cups/error.log has the following lines:

Code:
I [13/Jan/2011:20:50:52 +0200] [Job 60] Started filter /usr/lib64/cups/filter/pstops (PID 30039)
I [13/Jan/2011:20:50:52 +0200] [Job 60] Started filter /usr/lib64/cups/filter/pstoraster (PID 30040)
code....

View 4 Replies View Related

CentOS 5 :: Segmentation Fault Error When Trying 'yum Update' Or 'yum Check-update' After Running 'yum Clean'

Jul 26, 2011

On two Centos5 servers, yum gives a segmentation fault error when trying 'yum update' or 'yum check-update' after running 'yum clean' :

[Code]....

The error is the same for the other computer except while attempting to update the rpmforge repository. Nothing has really changed on the servers in some time and 'yum update' worked fine on each yesterday and I have no idea why they would both suddenly fail!

View 3 Replies View Related

Ubuntu :: No Longer Able To Run K3B - Error "Executable: K3b PID: 8469 Signal: 11 (Segmentation Fault)"

Aug 2, 2011

I am no longer able to run K3B. I get an error "Executable: k3b PID: 8469 Signal: 11 (Segmentation fault)". I tried uninstalling and reinstalling K3B but still the same. I googled the error message and have not come up with any results other than it seemed to be a bug with earlier versions of Linux than mine. One change I have made to my system is updating the kernel to 2.6.35-30 generic

View 3 Replies View Related

Ubuntu :: Error "General Protection Fault" When Trying To Run Harry Potter Philospher Stone PC Game With Wine

Jul 19, 2011

I have Ubuntu 11.04. My system exceeds by far the recommendations for the game. The game is from 2001 and has very low system specs, so that's not the problem. Other games run fine, I have 3d acceleration etc. The game installs, but when I try to run it, it gives me the following error:

Critical Error: General Protection Fault
History: UD3DRenderDevice::CreateVideoTexture <- AllocTextures <- UD3DRenderDevice:: SetRes <- UD3DRenderDevice::Init <- UWindowsViewport::TryRenderDevice <- UWindowsViewport::OpenWindow <-UGameEngine::Init <- InitEngine

I really love that game and couldn't do without it. Another problem, not games related. My Ubuntu desktop freezes completely sometimes if screen is idle for a few minutes. A blank, white full screen appears and nothing I do can get me back to normal desktop. Only solution is Restart.

View 7 Replies View Related

Networking :: Getting An "Segmentation Fault" Error?

Mar 9, 2011

I am getting an "Segmentation fault" error when i change my adhocrouting from AODV to DSR...

View 1 Replies View Related

General :: OS To Double Boot With Win 7?

Jun 28, 2011

I need a Linux O.S. to double-boot with Win7 (already installed). It should be user-friendly, have a tv player (Myth TV?) already installed and as-far-as-possable already configured for my tv stick..Avermedia. Emphasis should be on multimedia..with good video decode/encode possabilities. I`m considering either Mythbuntu or Linux Mint.

View 3 Replies View Related

Debian :: No Double Click And Run Option

Jul 15, 2011

I have a custom LXDE installation with mostly the core applications. (Read my signature for a better picture.) Because it is custom I do not have the option to double click and run a Linux (not Windows) executable file. When I try to open the application it says choose an application to open it with. Do I have to install an application like gdebi (except for Linux executable) to be able to just double click and run it?

View 5 Replies View Related

General :: Double Welcome Message At Login Through SSH?

May 25, 2011

when I login through SSH, I get a double welcome message:

login as: laurent
laurent@192.168.1.2's password:
Linux server 2.6.32-31-generic-pae #61-Ubuntu SMP Fri Apr 8 20:00:13 UTC 2011 i6

[code]...

View 1 Replies View Related

General :: How ToI Remove A Double Bootloader

Feb 27, 2010

I am currently using Windows Vista and Linux Ubuntu (I'm not 100% sure which version).However, whenever I start up my PC, I get greeted to the HP BIOS screen, and then after that, I get the Windows Bootloader.Now, this is where things get interesting:If, on the Windows Bootloader I select Microsoft Windows Vista, it loads Vista.If I select Ubuntu on the Windows Bootloader, I get treated to a second bootloader (I assume the Ubuntu Bootloader).I'm wanting to remove one of the bootloaders (keeping Vista as my primary OS, but still having access to Ubuntu in the bootloader). As a result of this, which bootloader should I remove, and how would I go about removing such bootloader?

View 2 Replies View Related

Networking :: Double Natting With Vmware?

Aug 28, 2010

I have a virtual machine in a natted interface vmnet2. Ports are forwarded correctly into the virtual machine, but my host does not forward correctly the ports to the outside world. for example, when checking if the port is open i sniffed on the phyisical interface and saw only the "syn" packet going to the virtual interface. Inside the virtual interface i saw the same "syn" packet. the virtual machine replied with "syn, ack" and then it got a "rst" from my host.what could go wrong? how come this "syn, ack" packet not going back to the physical interface?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved