Skip to content
This repository has been archived by the owner on May 10, 2018. It is now read-only.

PowerPC Linux version crashes immediately #1308

Closed
ghost opened this issue Apr 27, 2014 · 5 comments
Closed

PowerPC Linux version crashes immediately #1308

ghost opened this issue Apr 27, 2014 · 5 comments
Labels

Comments

@ghost
Copy link

ghost commented Apr 27, 2014

Hi, I really like your lightweight browser, especially for using with low end machines, as it loads incredibly quickly and has every feature of a modern browser. However, I am using Lubuntu 14.04 on a PowerPC (G3 iBook 800), and the browser crashes immediately upon opening. If you want me to test anything, create log files, send log files, etc.. I would really like to resolve this issue! Thanks again for your great browser!!

@nowrep
Copy link
Member

nowrep commented Apr 27, 2014

Show me the terminal output of running qupzilla and also backtrace from gdb.

@JHooverman
Copy link
Member

You could also paste the crashlog to gist.github.com. You will find the crashlog in $HOME/your user name/.config/qupzilla/crashlog. However, this crashlog will only provide useful information, if QupZilla has been compiled with debug support.

@ghost
Copy link
Author

ghost commented Apr 28, 2014

https://gist.github.com/Israel-/11359775
is the crashlog

$qupzilla
QupZilla: 0 extensions loaded
QupZilla: Crashed :( Saving backtrace in /home/love/.config/qupzilla/crashlog ...
Backtrace successfuly saved in /home/love/.config/qupzilla/crashlog/Crash-2014-04-27T20:35:18.txt
Aborted (core dumped)

And, finally gdb

(gdb) run
Starting program: /usr/bin/qupzilla 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/powerpc-linux-gnu/libthread_db.so.1".
[New Thread 0xb7c31410 (LWP 3169)]
[New Thread 0xa9d8d410 (LWP 3170)]

Program received signal SIGILL, Illegal instruction.
0x1c264a70 in ?? () from /lib/powerpc-linux-gnu/libcrypto.so.1.0.0
(gdb) bt
#0  0x1c264a70 in ?? () from /lib/powerpc-linux-gnu/libcrypto.so.1.0.0
#1  0x1c264ee4 in OPENSSL_cpuid_setup ()
   from /lib/powerpc-linux-gnu/libcrypto.so.1.0.0
#2  0x1c2feca4 in OPENSSL_add_all_algorithms_noconf ()
   from /lib/powerpc-linux-gnu/libcrypto.so.1.0.0
#3  0x1bde87f8 in ?? () from /usr/lib/powerpc-linux-gnu/libQtNetwork.so.4
#4  0x1bddec4c in ?? () from /usr/lib/powerpc-linux-gnu/libQtNetwork.so.4
#5  0x1bde1360 in ?? () from /usr/lib/powerpc-linux-gnu/libQtNetwork.so.4
#6  0x1bde13f4 in ?? () from /usr/lib/powerpc-linux-gnu/libQtNetwork.so.4
#7  0x1bdd4fdc in QSslSocket::systemCaCertificates() ()
   from /usr/lib/powerpc-linux-gnu/libQtNetwork.so.4
#8  0x1fe6c584 in NetworkManager::loadSettings() ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#9  0x1fe6cf58 in NetworkManager::NetworkManager(QObject*) ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#10 0x1fe27384 in MainApplication::networkManager() ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#11 0x1fe5ce24 in WebSearchBar::WebSearchBar(QupZilla*) ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#12 0x1ff25f6c in NavigationBar::NavigationBar(QupZilla*) ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#13 0x1fe1f970 in QupZilla::setupUi() ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
---Type <return> to continue, or q <return> to quit---
#14 0x1fe20364 in QupZilla::QupZilla(Qz::BrowserWindow, QUrl) ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#15 0x1fe2ff68 in MainApplication::MainApplication(int&, char**) ()
   from /usr/lib/powerpc-linux-gnu/libQupZilla.so.1
#16 0x20188eb8 in ?? ()
#17 0x1c566314 in generic_start_main (main=0x20188a50, argc=1, 
    argv=0xbffff264, auxvec=0xbffff354, init=<optimized out>, 
    rtld_fini=<optimized out>, stack_end=<optimized out>, fini=<optimized out>)
    at ../csu/libc-start.c:287
#18 0x1c5664d4 in __libc_start_main (argc=<optimized out>, 
    argv=<optimized out>, ev=<optimized out>, auxvec=<optimized out>, 
    rtld_fini=<optimized out>, stinfo=<optimized out>, 
    stack_on_entry=<optimized out>)
    at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:93
#19 0x00000000 in ?? ()

@nowrep
Copy link
Member

nowrep commented Apr 28, 2014

SIGILL, Illegal instruction - That's a problem inside OpenSSL library.

Edit: Actually, that's not probably the issue .. Can you please continue in gdb to the point it crashes inside libQtWebKit?

@nowrep
Copy link
Member

nowrep commented Jul 8, 2014

Either way, this is clearly QtWebKit issue.

@nowrep nowrep closed this as completed Jul 8, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants