Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379885 - =www-client/opera-11.50.1074 - Segmentation fault. 0xb7881e2d in ?? () from /usr/lib/libkdecore.so.5
Summary: =www-client/opera-11.50.1074 - Segmentation fault. 0xb7881e2d in ?? () from /...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-19 17:33 UTC by Peter
Modified: 2012-02-22 18:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2011-08-19 17:33:05 UTC
This has actually been happening for at least the version before 11.50.

It could be GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed

or the libkdecore is probably more likely.  My kde is 4.6.5 but opera has been crashing on exit for the last several updates of kde.

There's also an amarok bug https://bugs.gentoo.org/365969?id=365969 which may or may not be the same bug but it had the GStreamer-CRITICAL assertion error and they said it still crashed without GStreamer so maybe that's related, probably not.

Starting program: /usr/lib/opera/opera -sharedir /usr/share/opera
[Thread debugging using libthread_db enabled]
[New Thread 0xb3a82b70 (LWP 4165)]
[New Thread 0xb2332b70 (LWP 4169)]

(<unknown>:4161): GStreamer-CRITICAL **: gst_debug_add_log_function: assertion `func != NULL' failed
[Thread 0xb3a82b70 (LWP 4165) exited]
[Thread 0xb2332b70 (LWP 4169) exited]

Program received signal SIGSEGV, Segmentation fault.
0xb7881e2d in ?? () from /usr/lib/libkdecore.so.5
(gdb) bt
#0  0xb7881e2d in ?? () from /usr/lib/libkdecore.so.5
#1  0xb781225b in ?? () from /usr/lib/libkdecore.so.5
#2  0xb7b0b5f9 in ?? () from /lib/libc.so.6
#3  0xb7b0b65f in exit () from /lib/libc.so.6
#4  0xb7af4cce in __libc_start_main () from /lib/libc.so.6
#5  0x0875efdd in ?? ()


Reproducible: Always

Steps to Reproduce:
1. Run opera.
2. Exit, even without browsing to any webpages, i.e,. close from speed dial.
3. see error reporter
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2011-08-20 06:06:46 UTC
Once you start it through gdb, I'd like to see an actual backtrace.
Comment 2 Peter 2011-08-20 22:11:08 UTC
(In reply to comment #1)
> Once you start it through gdb, I'd like to see an actual backtrace.

?  That is the backtrace from gdb.

Also, I don't really understand the severity downgrade:

Major - The program crashes, but nothing that causes your system severe damage or information loss. 

I mean if it crashing every time I use it doesn't count as major, what would?