OpenSUSE :: Can't Debug Firefox Because Of Error?

May 12, 2010

in terminal i typed firefox -g -d gdbthen typed backtracethen i got lots of these different errors:

Missing separate debuginfo for /usr/lib/libelf.so.1
Try: zypper install -C
"debuginfo(build-id)=d813b7afac2270c3ac525dd07566d693f7f558ee"

[code]....

View 4 Replies


ADVERTISEMENT

Fedora :: Random Firefox Crash - How To Debug

Feb 17, 2010

My firefox (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.6) Gecko/20091216 Fedora/3.5.6-1.fc11 Firefox/3.5.6) on Gnome 2.26.3 will randomly crash, without any errors. /var/log/messages & /var/log/Xorg.0.log doesn't show anything that caused any errors. And it doesn't matter on which website(s) I'm busy with, it will just crash.

My PC has:

Intel Pentium(R) Dual-Core E5200 CPU
4GB DDRII Corsair RAM
3x 160GB SATAII HDD
Asus Nvidia 8800GT graphics card.

I have updated to the latest nVidia drivers

[root@Rudi-PC ~]# dmesg | grep nvidia
nvidia: module license 'NVIDIA' taints kernel.
nvidia 0000:01:00.0: setting latency timer to 64

[code]....

This is on Fedora Core 12 x86 I have disabled the only 3 Firefox plug-ins that I installed yesterday, but this problem has been looming for a long time. Something interesting that I picked up is that Thunderbird will close randomly (very seldom though) as well, so I don't know if it's Firefox specific though.

I have picked up that it happens more often when my PC's memory usage is above 2GB RAM, and memtest86+ didn't indicate any memory problems. If I have less tabs open, it happens less often, but the more tabs I have open, the more often it happens. At the same time, on the same PC, when I'm in Windows XP SP3 (dual boot), I can have many more tabs open as well as Thunderbird, Quickbooks, Photoshop CS3 and some other applications, and it doesn't cash.

View 2 Replies View Related

Ubuntu :: How To Debug Random Error

Jan 17, 2010

So my machine crashed and as far as I can tell it wasn't associated with any particular program. Is there some log I can investigate to see if I can determine what caused the crash?

View 2 Replies View Related

General :: How To Debug Fatal Relocation Error

May 31, 2011

Ive been messing around on a Solaris box, installing precompiled lib/programs from the repos by extracting them and placing them in my home dir. It seems everything ive tried sofar works, except for irssi. I get the following error:

$ ~/bin/irssi
ld.so.1: irssi: fatal: relocation error: file /export/home0/leem2/bin/irssi: symbol boot_DynaLoader: referenced symbol not found
Killed

I have run:
$ ldd /export/home0/leem2/bin/irssi
and it has no missing libs

View 1 Replies View Related

Server :: Debug Out-of-memory Error After The Fact?

Jun 22, 2010

Last night a RHEL server in our cluster unexpectedly ran out of memory and became unable to perform its purpose. I say unexpectedly, because it had been purring away for ~385 days of uptime without a twitch. It has 16GB of memory, of which on average 2GB are in use. I see no unusual traffic in e.g. HTTPD log files. how to approach tracking down why this might have happened, with a view to preventing a reoccurrence.

View 2 Replies View Related

Programming :: GDB Error - Missing Separate Debug Info

Jul 9, 2010

OpenSuse 11.2 (64 bit)
GDB 6.8.91.20090930-2.4

I ran GDB on a program and am receiving following errors,
Code:
anisha@linux-uitj:~/junk> g++ -g jk.cpp
anisha@linux-uitj:~/junk> gdb a.out
GNU gdb (GDB) SUSE (6.8.91.20090930-2.4)
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later [URL]
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
For bug reporting instructions, please see: [URL] ...
Reading symbols from /home/anisha/junk/a.out...done.
(gdb) b readline
Breakpoint 1 at 0x400b90: file jk.cpp, line 19.
(gdb) r
Starting program: /home/anisha/junk/a.out
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C "debuginfo(build-id)=591af1afa33f255704fb6a60859b93d00e205302"
Missing separate debuginfo for /usr/lib64/libstdc++.so.6
Try: zypper install -C "debuginfo(build-id)=62220ad5c8941afb5d332c0c47d32f8beec8ac50"
Missing separate debuginfo for /lib64/libm.so.6
Try: zypper install -C "debuginfo(build-id)=57fc1891d8d9f419fb8c7fc06a8285563b53a47e"
Missing separate debuginfo for /lib64/libgcc_s.so.1
Try: zypper install -C "debuginfo(build-id)=0206e11fa8ca0db0633073adcbf1349a7871e1dc"
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C "debuginfo(build-id)=c5a3dfd66bf61fcdec9bc22153b2fbd0d6697960"
can't open input file (null)
Program exited with code 01.
(gdb)

View 1 Replies View Related

Ubuntu Installation :: Installation Error: An Error Occurred While Mounting /sys/kernel/debug?

Apr 28, 2011

I tried to install last Ubuntu distribution (11.04) in a laptop that fits setup requirements. I downloaded de Iso, burnt on cd and restart the laptop with the cd inside it.The hard disk does not have any partition, it's empty, I suppose installation gives that opcion.At the begining of the installation, before any interactivity, I get this error:

View 2 Replies View Related

Hardware :: Trying To Debug Memory Error Lockup - Kernel Panic

Jan 31, 2010

I am having a problem with lockups on a new FC12 box (dual core 3 ghz, 4 gb memory, HDPVR, nvidia 8400gs). This happens reliably when replaying MythTV videos, but also randomly at other times using other apps. Usually but not always this is accompanied by a kernel panic (caps lock + scroll lock lights flash on keyboard).

I did a core dump with kdump and it reports:
Thread 1 (<main task>):

Cannot access memory at address 0xffff880028025b70I am in the process of running memtest86+ right now, and it's been through several passes without errors. I know it needs to run more, but given the reliability of this problem with MythTV video playback I am wondering if the problem could be in the video card memory. Any linux (or bootable) tester for video memory? All I am able to find are some things for windoze such as this. Also is there any way to track that address from the core dump back to a physical location?

View 5 Replies View Related

Fedora :: FC13 Error With RPM Check Debug Fails Update Of Kernel

Jul 10, 2010

Googled this and found the same problem mentioned in the yum site:
[root@plouton ~]# yum update kernel
Loaded plugins: refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package kernel.x86_64 0:2.6.33.6-147.fc13 set to be installed
--> Finished Dependency Resolution
--> Running transaction check
---> Package kernel.x86_64 0:2.6.33.4-95.fc13 set to be erased
--> Finished Dependency Resolution
Dependencies Resolved

View 4 Replies View Related

CentOS 5 Server :: Updating Memcached Fails - Error With Rpm Check Debug Vs Depsolve

Aug 17, 2010

I am trying to run yum update on my CentOS 5.3 server, 32-bit, but it responds with the following:

Quote:Running rpm_check_debug
ERROR with rpm_check_debug vs depsolve:
memcached is needed by (installed) memcached-selinux-1.2.8-1.el5.i386

Complete (1, [u'Please report this error in [URL]...

View 1 Replies View Related

OpenSUSE :: Oprofile And Debug Symbols For Glibc ?

Mar 2, 2010

How do I get debug symbols for glibc? I'm using oprofile when profiling applications. Unfortunately, the default glibc version that comes with SUSE 11.1 has the debug symbols stripped-out. That means that all libc functions get aggregated into one big blob under "glibc.so" and you can't tell whether you spend most of the time in memory allocation, syslog or lock related routines.

So, I've tried a myriad of different ways of getting the symbols. From trying to build glibc myself to hunting for dozens of different rpms on this site and on the Internet. So far - no positive results.

My sytem: OpenSUSE 11.1, x86-64.

View 6 Replies View Related

OpenSUSE :: Installing Debug Symbols For KDE Applications

Jan 9, 2011

I followed the instructions at
OpenSUSE: Bugreport KDE - openSUSE
to install debug symbols for okular which seems to crash quite often for me. However gdb and the kde crash application are unable to find them. The kde app says its not a good crash report and I should follow the guide.. which has already been done.

I installed
kdegraphics4-debuginfo
kdebase4-runtime-debuginfo
kdebase4-workspace-debuginfo
kdelibs4-debuginfo
libqt4-debuginfo

Is there a step I'm missing to get gdb to load the symbols or something?

View 6 Replies View Related

OpenSUSE Install :: Booting With Grub: How To Debug

May 3, 2011

I would like to build a sticky subject about repairing openSUSE boot.This article,once complete (not by me alone) should be made sticky (to have it in front of the forum)- these problems are frequent and disturbing.I know the great work done by please-try-again. But very often we don't need any script (and running a script from rescue mode is difficult) - that said I vote to have the pta scripts included in the rescue system !So I would like to focus on command line fixes.

View 6 Replies View Related

OpenSUSE :: GDB Breakpoint Fails - Debug Info For Libc Not Available

Aug 4, 2010

When I debug a program with GDB and hit a break point I get:

Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C "debuginfo(build-id)=2b25d8329d1aa713a2cc61b5cb701f6f89c78022"
Missing separate debuginfo for /lib64/libm.so.6
Try: zypper install -C "debuginfo(build-id)=f05646449077dfbf15d5f78251a3b25e0f955dd9"
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C "debuginfo(build-id)=9b674b2caef1982db55e436bca814060e1705b7f"

When I install the suggested packages the debuginfo does not match the object files. I get:

warning: the debug information found in "/usr/lib/debug//lib64/libc-2.11.2.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch).
warning: the debug information found in "/usr/lib/debug/lib64/libc-2.11.2.so.debug" does not match "/lib64/libc.so.6" (CRC mismatch).
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C "debuginfo(build-id)=9b674b2caef1982db55e436bca814060e1705b7f"

The last package is not found. Is this missing from the repositories?

View 4 Replies View Related

OpenSUSE :: 11.3 (64bit) GDB Not Working - Missing Separate Debug Info

Oct 11, 2010

I am a hobbyist interested in development and have recently decided to migrate from Windows to Linux and after trying out a number of distributions decided to use openSUSE. After getting somewhat more comfortable with Linux and openSUSE I decided to try and get comfortable with development on this platform.

And hence my problem: After compiling the simplest of programs (hello world) and trying to step through it with gdb I get this output:
Missing separate debuginfo for /lib64/ld-linux-x86-64.so.2
Try: zypper install -C "debuginfo(buildid)=2b25d8329d1aa713a2cc61b5cb701f6f89c78022"
Missing separate debuginfo for /lib64/libc.so.6
Try: zypper install -C "debuginfo(buildid)=9b674b2caef1982db55e436bca814060e1705b7f"

As soon as I type the command start in gdb. Naturally I tried the recommended zypper downloads to no avail. Furthermore I sought out the glibc debuginfo in the software manager and found nothing which I have not already installed.

On my system are:-devel-32bit
glibc
glibc-32bit
glibc-devel
glibc
glibc-info
glibc-locale
glibc-locale-32bit
glibc-profile
glibc-profile-32bit
gdb
gdbm
gdbm-32bit

All of these are the latest version from the standard 11.3 repositories. I believe these are all the requirements I should need to not have gdb give me errors but sadly that is not the case. Lastly I am running on a 64bit version of openSUSE 11.3.

View 4 Replies View Related

OpenSUSE Install :: 11.2 Loads Debug Kernel Not Default / Change It?

Dec 23, 2009

Recently, I upgraded 11.1 to 11.2. Everything seemed to go fine. However, for some reason the system boots with the debug kernel - 2.6.31.5-0.1-debug. According to Yast every kernel under the sun seems to be loaded on the system. Grub, however, gives two choices - one for the regular and one for the failsafe system. They both boot to the debug kernel.

How do I get this thing to load into the regular, as opposed to the debug, kernel?

View 5 Replies View Related

OpenSUSE :: Different Kernel Variations - Remove Other Stuff Except Debug - Default And Desktop

Oct 8, 2010

Now I've got debug, default, desktop, ec2, trace, vanilla, xen installed im my system. I usually only boot with desktop, and I was wondering if it is OK to remove other stuff except debug, default, and desktop.

View 4 Replies View Related

OpenSUSE Network :: Browser - FireFox - FireFox4 - Seamonkey - Always Get Error Message

Aug 29, 2010

I absoultely cannot figure this out... No matter which browser (FireFox, FireFox4, Seamonkey, etc) I try to use, I always get this error message:

Replace "seamonkey" with whichever browser stated previously.

View 9 Replies View Related

General :: Have "pdt Debug Address Error" As The Attached Picture?

Aug 13, 2010

I have "pdt debug address error" as the attached picture.[URL]

View 2 Replies View Related

OpenSUSE :: When Open Project In Code Blocks And Click Build And Run, It Pop Out Debug Report And Exit After That?

Sep 3, 2011

When i open project in code blocks and click build and run, it pop out debug report and exit after that

View 3 Replies View Related

OpenSUSE :: Firefox 5 Upgrading - Error "a Package Dependency Could Not Be Found"

Jul 2, 2011

today opensuse 11.4 introduce Firefox 5 update to me (my current version is ff4) but when i click on "apply" to install it, the following error report appeared: a package dependency could not be found, Details: patch:firefox50-upgrade-4806.noarch conflicts with MozillaFirefox-branding-openSUSE.i586 < 5.0-.3.1 provided by MozillaFirefox-branding-openSUSE-5.0-2.1.i586

View 4 Replies View Related

General :: Use Firefox To Connect To Smb Shares Error "Firefox Doesn't Know How To Open This Address, Because The Protocol (smb) Isn't Associated With Any Program"

Jan 10, 2010

i am wanting to use Firefox to connect to my smb shares. However, i keep getting this error message: Firefox doesn't know how to open this address, because the protocol (smb) isn't associated with any program. My client configuration is as follows: Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.1.8pre) Gecko/20100106 Ubuntu/9.10 (karmic) Shiretoko/3.5.8preI tried the instructions below to try and fix the problem with no success: Quote: From [URL]

Linux with Firefox In order to connect to a network share directly from you browser under Linux, you must configure Firefox to handle URL's starting with "smb://". This is done by typing "about:config" in the address line and hitting return. After that you must right-click the list of settings and choose "New -> Boolean" as shown below.

As name you must type: "network.protocol-handler.external.smb" with a value of "true". After that you must do the same thing over again, but this time choose "New -> String", type the name: "network.protocol-handler.app.smb" with a value of the path to the application you wish to use for browsing network shares. If you use KDE, this will typically be "/usr/bin/konqueror".

View 11 Replies View Related

OpenSUSE :: FireFox 5.0 - With IcedTea - Plugin Error: "Failed To Run /usr/lib64/jvm/java-1.6.0-openjdk/jre/bin/java"

Jul 10, 2011

I use openSUSE 11.4 64 bits, KDE and FireFox 5.0. I regularly update. When trying to reach my bank, I get the following error: Code: icedteanp plugin error: Failed to run /usr/lib64/jvm/java-1.6.0-openjdk/jre/bin/java. For more detail rerun "firefox -g" in a terminal window. Is there anything I can do to remediate ? Does IcedTea everything that Java does?

View 4 Replies View Related

Fedora Networking :: Connecting To FTP Error "Failed To Execute Child Process "/usr/lib/firefox-3.5/firefox" (No Such File Or Directory)"

Aug 3, 2009

I am running F11 and I want to mount an FTP, but when I try to connect to an ftp server using Places -> Connect to Server, or the bookmarks I made I get an error that says 'Failed to execute child process "/usr/lib/firefox-3.5/firefox" (No such file or directory)' and sometimes it mounts anyway, but most the time it doesn't, and it never connects to the folder I asked it to, I just have to open the mount and navigate to it. I figure this happened because Firefox upgraded to 3.5.1 and the folder is now /usr/lib/firefox-3.5.1/firefox, but I don't know how to update this so that it looks in the right location.

View 6 Replies View Related

Ubuntu :: Firefox Error "firefox Is Already Running"

Jan 7, 2011

I've experienced the fairly annoying firefox error where it refuses to start the GUI. If there were no active firefox processes, nothing happened when I started it, but it did "start", meaning that I got the "firefox is already running" when I tried again. I found a fix to this, which was to delete some or all files in the ~/.mozilla/firefox directory. I now have 2 different problems. Number one is that the problem keeps reoccurring and I'd like to know what's causing it. The second problem is that even when I've "fixed" the issue, I still can't run firefox from scripts or click links. I get the "firefox is already running" error instead of a new tab or window.

View 5 Replies View Related

Programming :: Cannot Debug With The Gdb

Apr 21, 2009

downloaded a project from the Internet and tried to debug it, but run into a problem. i managed to copy the part where it build the executable I need. The problem is that I cannot use gdb with this executable for some reason. However, running the it without gdb seems to work ok. Below is what it shows when compiling and link.

Compile:

Code:

gcc -g -DPACKAGE_NAME="" -DPACKAGE_TARNAME="" -DPACKAGE_VERSION=""
-DPACKAGE_STRING="" -DPACKAGE_BUGREPORT="" -DPACKAGE="sphinx3"
-DVERSION="0.7" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1

[code]....

View 9 Replies View Related

Ubuntu :: Debug 10.04 UEC Node?

Jun 3, 2010

I installed a Node UEC from 10.04 which does not boot(stops at loading apache) and the logs are empty.

View 1 Replies View Related

Programming :: Debug C Cgi Script ?

Mar 3, 2011

I have a html page that calls a c cgi script on my local server; how can i view the html page and debug the script at the same time? if i would give some input in a form on the html page then i want to debug the script with the entered data. my gues was with w3m and gdb but i don't know how its done...

View 9 Replies View Related

Programming :: How To Debug Macros Under Gdb

Jun 14, 2010

It seems GDB can not expand or show the macro expansion or its definition under the GDB debug to while debugging the program. how to debug macros under GDB?

Sample Code:

#include <stdio.h>
#include "sample.h"
#define M 42
#define ADD(x) (M + x)

[code]....

View 7 Replies View Related

Programming :: Want To Debug Kernel.bin

Jan 31, 2010

I want debug kernel.bin
this file is boot in floppy

View 1 Replies View Related







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