Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random Crashing #12

Open
qwalifyd opened this issue Jan 1, 2017 · 1 comment
Open

Random Crashing #12

qwalifyd opened this issue Jan 1, 2017 · 1 comment

Comments

@qwalifyd
Copy link

qwalifyd commented Jan 1, 2017

ISSUE:

Crashing whenever I hit Music Downloader, or Settings, or Start. Basically whenever I use anything ._.
INFORMATION:

  • OS (Windows/Linux/OSX): Linux Mint Cinnamon
  • Version (v1.0/v1.1/etc.): 17.1 (Rebecca)
  • 32-bit/64-bit

Note that Linux Mint Cinnamon 17.1 is modeled after 14.04 Ubuntu :]

LOG:

OOOOkay, first, because I was not aware that there is a 'log' in there, I took things into my own hands, by running GDB to figure out why it was crashing ;p

brock@PAMELA-PC ~ $ sudo gdb $(pidof pyjam)
[sudo] password for brock:
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
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-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
17883: No such file or directory.
Attaching to process 17881
Reading symbols from /home/brock/Downloads/PyJAM/pyjam...(no debugging symbols found)...done.
Reading symbols from /lib/x86_64-linux-gnu/libdl.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libdl-2.19.so...done.
done.
Loaded symbols for /lib/x86_64-linux-gnu/libdl.so.2
Reading symbols from /lib/x86_64-linux-gnu/libz.so.1...(no debugging symbols found)...done.
Loaded symbols for /lib/x86_64-linux-gnu/libz.so.1
Reading symbols from /lib/x86_64-linux-gnu/libc.so.6...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/libc-2.19.so...done.
done.
Loaded symbols for /lib/x86_64-linux-gnu/libc.so.6
Reading symbols from /lib64/ld-linux-x86-64.so.2...Reading symbols from /usr/lib/debug//lib/x86_64-linux-gnu/ld-2.19.so...done.
done.
Loaded symbols for /lib64/ld-linux-x86-64.so.2
0x00007fe90e0ca982 in __libc_wait (stat_loc=0x7ffc41bfe1ac)
at ../sysdeps/unix/sysv/linux/wait.c:30
30 ../sysdeps/unix/sysv/linux/wait.c: No such file or directory.
(gdb) c
Continuing.

Program received signal SIGTRAP, Trace/breakpoint trap.
0x00007fe90e040c37 in __GI_raise (sig=5)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0 0x00007fe90e040c37 in __GI_raise (sig=5)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1 0x00000000004047cc in ?? ()
#2 0x00000000004029fd in ?? ()
#3 0x00007fe90e02bf45 in __libc_start_main (main=0x401740, argc=1,
argv=0x7ffc41c012e8, init=, fini=,
rtld_fini=, stack_end=0x7ffc41c012d8) at libc-start.c:287
#4 0x000000000040176e in ?? ()

now the contents of the log file

21:59:20 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
21:59:20 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#3714.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
21:59:20 INFO: pyjam version 1.2.9
21:59:21 INFO: Generating track list with path audio/csgo
21:59:32 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
21:59:32 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#37
14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
21:59:32 INFO: pyjam version 1.2.9
21:59:32 INFO: Generating track list with path audio/csgo
22:00:10 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
22:00:10 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#3714.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
22:00:10 INFO: pyjam version 1.2.9
22:00:10 INFO: Generating track list with path audio/csgo
22:10:19 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
22:10:19 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#37
14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
22:10:19 INFO: pyjam version 1.2.9
22:10:19 INFO: Generating track list with path audio/csgo
22:10:23 INFO: Generating track list with path audio/csgo
22:10:31 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
22:10:31 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#3714.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
22:10:31 INFO: pyjam version 1.2.9
22:10:31 INFO: Generating track list with path audio/csgo
22:11:19 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
22:11:19 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#37
14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
22:11:19 INFO: pyjam version 1.2.9
22:11:19 INFO: Generating track list with path audio/csgo
22:11:43 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
22:11:43 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#3714.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
22:11:43 INFO: pyjam version 1.2.9
22:11:43 INFO: Generating track list with path audio/csgo
22:12:15 INFO: Python 3.4.2 (default, Oct 8 2014, 10:47:48)
[GCC 4.9.1] on linux
22:12:15 INFO: uname_result(system='Linux', node='PAMELA-PC', release='3.19.0-32-generic', version='#37
14.04.1-Ubuntu SMP Thu Oct 22 09:41:40 UTC 2015', machine='x86_64', processor='x86_64')
22:12:15 INFO: pyjam version 1.2.9
22:12:15 INFO: Generating track list with path audio/csgo

@daniel11609
Copy link

any fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants