LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-28-2012, 12:49 PM   #1
Linux_Nubie
LQ Newbie
 
Registered: Feb 2012
Posts: 4

Rep: Reputation: Disabled
Unhappy Error Message "Process .usr/bin/nautilus was killed by signal 11 (SIGSEGV)"


When I go to run World of Warcraft on my laptop, I get this message "Process .usr/bin/nautilus was killed by signal 11 (SIGSEGV)". Any idea why?

I am running Fedora 16.

Last edited by Linux_Nubie; 02-28-2012 at 12:50 PM.
 
Old 02-28-2012, 09:44 PM   #2
lisle2011
Member
 
Registered: Mar 2011
Location: Surrey B.C. Canada (Metro Vancouver)
Distribution: Slackware 2.6.33.4-smp
Posts: 183
Blog Entries: 1

Rep: Reputation: 25
sigsegv

Means that a segmentation fault occurred. This would be common in new C or C++ learners, however the sum of it is that two processes are trying to use the same chunk of memory.
I am uncertain how you track it down but let me ask you a question:

What is Nautilus?
Does Nautilus have to run to have World of Warcraft running?

Sorry I don't use the GUI too much so you wull have to give me more information.
You could also run dmesg | less on the command line or check in the syslog.


If I have been of help give me a pat on the back (add to my reputation)
 
Old 02-28-2012, 10:01 PM   #3
Linux_Nubie
LQ Newbie
 
Registered: Feb 2012
Posts: 4

Original Poster
Rep: Reputation: Disabled
Question Update

Here is one of the logs you asked me to put in....


[ 20.172908] cfg80211: (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 20.172910] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[ 20.208127] rmmod[877]: ERROR: Module scsi_wait_scan does not exist in /proc/modules
[ 20.323971] systemd-fsck[825]: /dev/sda2: clean, 229/128016 files, 75384/512000 blocks
[ 21.013397] fedora-storage-init[884]: Setting up Logical Volume Management: 3 logical volume(s) in volume group "VolGroup" now active
[ 21.037602] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 21.173264] SELinux: initialized (dev sda2, type ext4), uses xattr
[ 21.216751] fedora-storage-init[884]: [ OK ]
[ 21.477764] systemd-fsck[906]: /dev/mapper/VolGroup-lv_home: clean, 295/11698176 files, 789235/46792704 blocks
[ 21.646311] fedora-storage-init[910]: Setting up Logical Volume Management: 3 logical volume(s) in volume group "VolGroup" now active
[ 21.655817] fedora-storage-init[910]: [ OK ]
[ 21.721726] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 21.721740] SELinux: initialized (dev dm-2, type ext4), uses xattr
[ 22.024990] lvm[922]: 3 logical volume(s) in volume group "VolGroup" monitored
[ 22.094720] systemd-tmpfiles[933]: Successfully loaded SELinux database in 20ms 802us, size on heap is 366K.
[ 22.391345] avahi-daemon[957]: Found user 'avahi' (UID 70) and group 'avahi' (GID 70).
[ 22.392847] avahi-daemon[957]: Successfully dropped root privileges.
[ 22.392857] avahi-daemon[957]: avahi-daemon 0.6.30 starting up.
[ 22.395286] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 22.412553] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 22.432326] abrtd[982]: Init complete, entering main loop
[ 22.444882] auditctl[953]: No rules
[ 22.444890] auditctl[953]: AUDIT_STATUS: enabled=0 flag=1 pid=0 rate_limit=0 backlog_limit=320 lost=0 backlog=0
[ 22.453977] auditd[945]: Started dispatcher: /sbin/audispd pid: 992
[ 22.458480] audispd[992]: priority_boost_parser called with: 4
[ 22.458489] audispd[992]: max_restarts_parser called with: 10
[ 22.459617] audispd[992]: audispd initialized with q_depth=120 and 1 active plugins
[ 22.489378] mcelog[1000]: mcelog read: No such device
:

---------- Post added 02-28-12 at 10:02 PM ----------

World of warcraft has to run in Wine for it to work. World of warcraft is only design for windows and mac users.
 
Old 02-28-2012, 11:00 PM   #4
lisle2011
Member
 
Registered: Mar 2011
Location: Surrey B.C. Canada (Metro Vancouver)
Distribution: Slackware 2.6.33.4-smp
Posts: 183
Blog Entries: 1

Rep: Reputation: 25
Two questions on one thread

I don't think that is Kosher my friend and it certainly confuses the issue. I'll ask the moderators to move your second question. In the meantime what does Nautilus do?
 
Old 02-29-2012, 02:38 AM   #5
colucix
LQ Guru
 
Registered: Sep 2003
Location: Bologna
Distribution: CentOS 6.5 OpenSuSE 12.3
Posts: 10,509

Rep: Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983Reputation: 1983
The second questions has been moved to its own thread, to give it better exposure. Thanks for reporting, lisle2011.
 
  


Reply

Tags
error, fedora, sigsegv



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installed 13.1, /usr mounted on own partition.error message "/usr/<> file not found" jmd9qs Slackware 25 06-20-2010 01:16 AM
script using "/usr/bin/cat error" produces "cannot open" in cron Dcrusoe Programming 6 07-22-2009 03:30 PM
"/usr/bin/ls: reading directory .: Input/output error" DiZi Slackware 15 07-13-2008 10:03 AM
valgrind crashes at start up with "Killed" error message lasindi Slackware 0 04-22-2006 08:54 PM
Synaptic error: "sub-process /usr/bin/dpkg returned an error code (2)" firefly2442 Linux - Software 3 02-04-2004 06:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration