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....
I've got a weird segmentation fault on the ending 'retq' instruction of my alarm callback, as if "calling pointer size" mismatched the 'q' of the 64bit retq. I've been trying to understand this bug for a while and couldn't get a clue. This code worked well on 32bit Slackware/Ubuntu/Debian. It now crashes on my 64bit Slackware install. I've written a small test case script for those who want to try it :
Code: #!/bin/sh #test-sigalrm-pack.sh # 64bit sigalrm segmentation fault test case package... echo " * Generating source..." cat>tst-sigalrm.cpp<<TESTSRC //tst-sigalrm.cpp
[Code]...
Paste this script into a file (like "test-sigalrm-pack.sh") and execute it ( $ sh test-sigalrm-pack.sh ), it will generate a cpp file (the source) and another script file that use the kind of link I need (static link) in the current directory. Also in order to link you might want to create a symbolic link to you glibc files (see note in the build script), I don't know how to do that "universally" (without the symbolic link 'hack')
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:
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); }
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?
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.
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.
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
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.
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?
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.
I get segmentation fault error while trying to launch eric python IDE. I tried reinstalling a lot of times but with no use. I even tried using a different version but gives the same error. I am only installing it through rpms. here is the stacktrace.
[Code]...
(I also tried chmod to make it executable since the gdb said it is not in executable format.)
as the title describes - php5-readline causes Segmentation fault on opensuse 11.2, on both my desktop and laptop, on all listed versions of php - 5.2.9, 5.3.0 and 5.3.1
After installing 11.3 as an update from 11.2 Kaffeine was working but Skype was not. Following various suggestions on this site I eventually got Skype working but now Kaffeine crashes every time I try to start it, this is the message I get:
Application: Kaffeine (kaffeine-xbu), signal: Segmentation fault [Current thread is 1 (Thread 0x7f37268a1760 (LWP 26052))] Thread 4 (Thread 0x7f37158fb710 (LWP 26054)): #0 0x00007f3725043709 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00007f372612b951 in metronom_sync_loop () from /usr/lib64/libxine.so.1 #2 0x00007f372503ea4f in start_thread () from /lib64/libpthread.so.0 #3 0x00007f3723e2e82d in clone () from /lib64/libc.so.6 #4 0x0000000000000000 in ?? () .....
What it all means in very simple English and what an ignoramus can do to put it right? I should perhaps explain that although I have been using SuSE since version 9 I am totally incapable of understanding terminal work. I have so far managed, to a large extent, by trial and error but it seems that as versions get better it gets more and more difficult to fix problems. The help provided by OpenSUSE is very good but as one gets older it gets more and more difficult to remember instructions so that they can be followed - you need two pc's one being fixed and a working one to provide the instuctions side by side!
Is there a general command which gives information what exactly causes a segmentation fault to an application. Some application have not options like debug , launching the application from a command line returns "segmentation fault" as result. That does not give information what make the application to crush , especially if another application or a plug-ins messing up with the launched application.
I am using openSuse 11.0 and have installed Thunderbird 3 (MozillaThunderbird-3.0.0-15.1) from the mozilla/openSUSE_11.0 repository of the build service. Thunderbird does not start, upon invoking it I get an instant crash with /usr/bin/thunderbird: line 130: 12025 Speicherzugriffsfehler $MOZ_PROGRAM "$@" (Speicherzugriffsfehler is the german equivalent of "segmentation fault"). I do believe, that this problem is somehow caused by some failed LDAP access.
I am using an LDAP-based user account which causes the behaviour described. For testing purposes I created a local user account, which could start thunderbird 3 without a problem. Starting and stopping nscd did not work, neither did the removal of .thunderbird and .mozilla. Here are the final lines of an strace dump:
Choqok has been working fine until today. Now, every time I start my computer and boot into openSUSE 11.4 x86-64 Choqok loads asks for the KWallet password which I enter, it then loads, but within seconds it crashes with a signal 11 Segmentation Fault. How do I fix this? It was working the last time my computer was on which was yesterday. I have not changed anything since then.
I am amidst installing an MIT Kerberos server right now and I got stuck on the initialization of the realm. Whenever I issue the krb5_util create command I end up getting a segmentation fault, the principals don't get created and the server is still pretty much useless.
Code: linux-z0kg:/var/lib/kerberos/krb5kdc # kdb5_util create -r METROPOLIA.LAN -s Loading random data Initializing database '/var/lib/kerberos/krb5kdc/principal' for realm 'METROPOLIA.LAN', master key name 'K/M@METROPOLIA.LAN' You will be prompted for the database Master Password. It is important that you NOT FORGET this password. Enter KDC database master key: Re-enter KDC database master key to verify: Segmentation fault Whenever I try to start the kadmind or krb5kdc services I get the following error:
Code: Error. Default principal database does not If anyone has an idea how to solve this
This issue has appeared at least twice in the past few years, for Ver. 10 and 11, but I've not seen any answer other than a suggestion to file a bug report.
The NFS client, on 11.4, returns an unspecified error when started from System Runlevel: YaST got signal 11 at YCP file Service.ycp:77 /sbin/yast2: line 423: 19958 Segmentation fault $ybindir/y2base $module "$@" "$SELECTED_GUI" $Y2_GEOMETRY $Y2UI_ARGS
Is this client not compatible with the wide screen format on my notebook?
overnight break Left both machines running at the end of the day. This morning, Runlevel can stop and restart NFS client with no problem. The remote directory shows up in the client's Dolphin and is the correct size and content. In the medical field they call this spontaneous remission. Hope it works for you too.
I have a problem with OpenSC while trying to use cardreader OMNIKEY CardMan 6121.I've installed drivers from manufacturer website (ifdokccid_lnx_x64-3.5.1.tar.gz).After that I run opensc-tool and everything seems to be OK.But pkcs11-tool gives me a "Segmentation fault" error. Firefox crashes immediately when I insert cardreader into USB. I've installed OpenSC PKCS#11 Module (/usr/lib64/onepi-opensc-pkcs11.so) on my Firefox.
I tried to debug using "pcscd -fd" and I saw that pcscd uses right drivers "ifdokccid".All this works fine for 6 months on openSUSE 11.2 x64 and it stopped working when I made clean install of openSUSE 11.3 x64.
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!
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
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?
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?
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
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: