General :: Mount Throws Segmentation Fault?

Dec 8, 2010

mount -t aufs -o dirs=$CHANGES=rw:/initrd/loopfs=ro none /unionCould anyone tell me what this command is trying to do..And, what could be the possible reason for it resulting in a segmentation fault

View 2 Replies


ADVERTISEMENT

Ubuntu Multimedia :: Vlc Throws Segmentation Fault - Limited Output On Console

Sep 25, 2010

for few days vlc is quiting with segmentation fault. my system:

[Code]...

problem is with every file. the output on console is very limited

[Code]....

other video players, xbmc, smplayer, cvlc are OK. What can I do to fix it?

View 3 Replies View Related

Ubuntu :: Segmentation Fault When Trying To Mount NTFS Partition?

Dec 17, 2010

I have a small NTFS partition with a Windows 7 setup.I haven't used it for a long time, but today I booted into Windows 7, which worked fine. However, after a reboot I can no longer boot from the W7 partition (leads to an almost immediate reboot) and what's worse, I cannot mount the partition in Ubuntu either (tried both 9.10 and 10.10).When trying it in Nautilus or manually using mount.ntfs /dev/sda2 /tmp/ntest, I get messages like the following:

[ 123.590083] mount.ntfs[5120]: segfault at 7fff3f1e0ff8 ip 00007ffb6bb820a9 sp 00007fff3f1e1000 error 6 in libntfs-3g.so.79.0.0[7ffb6bb5a000+42000]
[ 243.869668] mount.ntfs[7248]: segfault at 7fff6c180ff0 ip 00007f0caada5ce0 sp
00007fff6c181018 error 6 in libc-2.12.1.so[7f0caad2b000+17a000]

View 1 Replies View Related

General :: What Different Between Segmentation Fault And Aborted

Mar 11, 2010

What different between Segmentation fault and aborted

When I read about dbg I make different reason from the tutorial ....with the same code

Example in tutorial the gdb Display a message like this

Code:

And in my computer I have

Code:

I want to know what the different between them

View 2 Replies View Related

General :: Segmentation Fault With Ls On Certain Directory?

May 11, 2010

I have a problem with a directory which contains my music collection. It can't be opened; all other directories work fine. I can cd into my ~/Music directory, but ls gives segfault and KDE programs hang when trying to open this directory. The problem probably has appeared after the rename of subdirectory under the Windows (don't remember particular ext3 driver; can check tomorrow).fsck says that the partition is fine. The whole disk is mounted on the single partition. Windows is located on another physical disk.Is there any way to recover my directory?

View 4 Replies View Related

General :: How To Track Down What Causes 'segmentation Fault' If No Errors?

Mar 31, 2010

I have been trying for like 2wks to figure out why I keep getting seg faults in Viper WM from slackbuilds.I have it on 6 diff versions of slack, 12.2-current and also in debian and arch.In all of them VWM crashes with seg fault?!I really like it alot and need to figure out what the issue is?

View 2 Replies View Related

General :: Execute A C Program - Segmentation Fault

Nov 17, 2009

I am using RHEL, and trying to execute a c program.I'm able to compile properly and execute until i reach a function getHandle, where the program gives a segmentation fault. Segmentation fault occurs in getHandle().

Here is the code:

View 3 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

General :: Segmentation Fault When Executing 'procinfo -a'

Sep 17, 2010

I got segmentation fault error when I execute "procinfo -a" but not a problem when I just execute procinfo.

View 3 Replies View Related

General :: Ssh From Non-privileged Account Gives Segmentation Fault?

Aug 10, 2010

I have a strange problem. I have two Linux boxes. They are connected via a LAN. From machine 1 (Fedora Core 8) I can ssh to machine 2 (Fedora Core 3)without any problems if I am logged in as root on machine 1. If I am logged in as any other non-privileged user and attempt to ssh to machine 2, I get a segmentation fault and the connection is dropped (after ssh asks for the password).

Everything was working up until last Friday (8/6/2010). I did upgrade the machine 1 from 512Kb to 2.0Gb memory then..

machine1_root#ssh anyaccount@machine2 <-This works
machine1_anyotheraccount$ssh anyaccount@machine2 <-segmentation fault

View 3 Replies View Related

General :: Code Is Giving Segmentation Fault

Apr 15, 2010

The following code is giving segmentation fault.

View 8 Replies View Related

General :: Raq4 Server - Segmentation Fault - What Does It Mean

May 30, 2011

Iam currently messing about with a Raq4 server and getting the above response,

I have post the log below.

View 7 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

General :: Mutt Mail Client Segmentation Fault?

Feb 20, 2011

I have a post on [URL].. with "how to configure mutt mail client for mail server other that gmail" subject and it has no good result and at the end the person who answered me said it may be a mutt bug that I had to report it ,but I thing mutt is old enough to not to has this such a big bug. My problem is when I configure mutt with gmail it works fine but when I configure it with mine it returne segmentation fault error.and don not want to use other mail client in place of mutt. why mutt mail client get such this error with my configuration?

View 3 Replies View Related

General :: Add A New User With Useradd On Debian 4.0: Segmentation Fault

Jun 30, 2010

I would like to add a new user with useradd (on Debian 4.0), I get the message Segmentation fault. I made a strace, that says: access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) I have read maybe the libc6 is missing or damaged, so I installed it again (apt-get install libc6, install was successfull), but the problem is still there. I touched it (touch /etc/ld.so.nohwcap)

View 7 Replies View Related

General :: Design A Small Filesystem - Segmentation Fault

Oct 12, 2009

When I try to design a small filesystem, it always have the Segmentation fault.#: make makefile

Format will erase all context on the disk. Are You Sure? y

Program received signal SIGSEGV, Segmentation fault.

The question is,I cann't find the fseek.c anywhere,so I cann't solve the problem,can you help me?thanks very much.I think I should try my best to find the error in the code,code is too long,so the question i describe is not in detail.

View 3 Replies View Related

General :: Segmentation Fault For Centos Mail Server?

Jan 5, 2010

My centos linux mailserver has crushed and does not allow any login form any user including root. I have managed to start it in single user mode but using vi editor, df command gives segmentation fault. I suspect the /var/* is full but I can neither remove any file/folder/mail/logs nor copy these to make a backup.Attempt to do this as single user/root is met with readonly files yet I have given full permissions to the files and the folders.

View 5 Replies View Related

General :: Segmentation Fault When Probing Scsi Devices

Jan 1, 2011

I am testing PCLinux 2009.1 prior to installing. My desktop currently runs on ME and has been out of use for some time. It still works however and I can still get online. I'm currently using a laptop running XP. I would like to make use of my old desktop and tried to test PCLinux 2009.1 today. I followed the instructions obtained online and booted from the Linux cd. The pc booted up ok and displayed the first screen allowing me to select the "Live CD" option. After enter my system hung up at "Probing SCSI Devices:Segmentation fault".

View 2 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

General :: Cannot Login To My System It Doesnt Accept The Password - Segmentation Fault

Dec 12, 2010

I am using a ubuntu 10.10 desktop,i cannot login to my system it doesnt accept the password. when i login in safe mode i get through but when i run any command i get segmentation fault.

View 5 Replies View Related

Programming :: What Is The Segmentation Fault

Apr 19, 2011

I using a linux kernel v2.6.26.something. Distribution: OpenSuse 10.3. While writing a c program on linux in KATE, i used character pointers to declare a string like, for ex: " char *temp " but compilation with gcc gives me the error," Segmentation Fault " what is segmentation Fault Why does it occur or what are the reasons behind it?

View 14 Replies View Related

CentOS 5 :: Yum Segmentation Fault

Apr 11, 2011

I did a Yum update last Friday. It was done before 5.6 was released so I still have 5.5 + various updates. Yum is now giving me a segmentation fault when I try to run it. I believe it has to do with an improperly synchronized version of sqlite which was updated and then Yum stopped working. I'm guessing that installing the latest Yum RPM will fix the dependency issues. Will this throw me out of sync with for instance updating to 5.6?

View 5 Replies View Related

Debian :: VLC Segmentation Fault - Microcode?

Feb 26, 2016

VLC was behaving weirdly recently and when I've tried to run it with primusrun command (since I have optimus card) it gave me a segmentation fault

Code: Select allVLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
Segmentation fault

I've read on google that issue has been solved by a few people from updating the microcode, but I don't even understand what microcode is, I'm also not sure whether I should install amd64 or intel package for it?

Here is my lscpu

Code: Select all$ lscpu
Architecture:          x86_64
CPU op-mode(s):        32-bit, 64-bit
Byte Order:            Little Endian
CPU(s):                4
On-line CPU(s) list:   0-3

[Code] ....

View 8 Replies View Related

Fedora :: Kde Making Segmentation Fault?

Jan 14, 2010

my KDE is making segmentation fault. KDE is not required to restart but this segmentation fault is making every time (after 2 min) when i login to kde/fedora. this is making me annoying.. my linux info is following:

uname -r # 2.6.31.9-174.fc12.x86_64
KDE: 4.3.4 (KDE 4.3.4)
problem:

[code]....

View 5 Replies View Related

OpenSUSE :: Segmentation Fault During Shutdown

Feb 8, 2010

I updated kernel to 2.6.31.12-0.1-desktop yesterday and now i have problem with shutdown.
Everything goes as usual and system shutting down, but after all monitor keeps to work, and computer also doesn't halt.The last two lines i see on screen are:The system will be halted immediately Segmentation Fault Also i hear that some cooler or may be hard disk stops after this. But monitor and the rest of computer are still working With previous kernel i had no this problem.Reboot command works normal

View 9 Replies View Related

OpenSUSE :: Segmentation Fault In Skype?

May 5, 2010

Some time ago I had to reinstall all my packages under 64-bit OpenSuse 11.2. After that I can't get Skype working - Skype always gives me "segmentation fault" when trying to execute it (from command-line).

I've followed steps recommended in wiki, I've tried different versions (32-bit as well as 64-bit RPMs) downloaded from different repositories (including old 1.4.0.xx). Nothing changes anything.

I don't have any webcam and I've never had one, so I guess it cannot be related to that.

View 1 Replies View Related

Ubuntu :: Firefox 3.5.7 Segmentation Fault

Feb 16, 2010

I just have installed Karmic Koala and have a problem running Firefox. I`ve seen that this is quite a common problem, but since I`m a newbie, I have no idea what to do. I have not found any solutions that would solve my problem yet. Every time I try to load a website including flash advertisings, Firefox just quits.

All the time I get this output.

Code:

View 1 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

Ubuntu :: Synaptic Segmentation Fault?

Jul 4, 2010

I've been looking for an answer for this around all forums, but nothing works.So far, I've tried:

Editing "/etc/apt/apt.conf.d/70debconf" and adding
Code:
APT::Cache-Limit "33554432";

[code]....

View 3 Replies View Related

Ubuntu :: Segmentation Fault In Geany

Aug 6, 2010

I just made a pretty simple program in geany (GCC with default options)and I ended up with Segmentation fault. program is pretty simple and it performs binary search on an array.I know what segfault is but here I m clue less about why it is happening.and one thing more, the program runs fine in turbo C++ compiler.Same thing happened earlier too when I was making a program which included some simple string manipulation

View 1 Replies View Related







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