Ubuntu Pastebin

Paste from clivejo at Thu, 24 Mar 2016 22:20:01 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 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"...
Reading symbols from muon...Reading symbols from /usr/lib/debug/.build-id/60/b59534c354c76c72c9116c6a00fc3e68770202.debug...done.
done.
(gdb) run
Starting program: /usr/bin/muon 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe55c4700 (LWP 10664)]
Invalid pixmap specified.
No frame loaded
No frame loaded
No frame loaded
[New Thread 0x7fffdca17700 (LWP 10675)]
No frame loaded
No frame loaded
No frame loaded
Couldn't find the releasechecker script ("/home/clivejo/.local/share", "/usr/local/share", "/usr/share")
QObject::connect: No such signal QApt::Backend::cacheReloadStarted()
QObject::connect: No such signal QApt::Backend::cacheReloadFinished()
[New Thread 0x7fffd49dd700 (LWP 10681)]
QObject::connect: No such signal QApt::Backend::cacheReloadFinished()
QObject::connect: No such signal QApt::Backend::cacheReloadFinished()
QObject::connect:  (receiver name: 'MainWindow#1')
No frame loaded
No frame loaded
No frame loaded
[Thread 0x7fffd49dd700 (LWP 10681) exited]

Thread 1 "muon" received signal SIGSEGV, Segmentation fault.
0x00007ffff768118a in pkgCache::PkgIterator::CurrentVer (this=0x7fffd7d28c44, this=0x7fffd7d28c44)
    at /usr/include/apt-pkg/cacheiterators.h:502
warning: Source file is more recent than executable.
502										/*}}}*/
(gdb) exit
Undefined command: "exit".  Try "help".
(gdb) quit
A debugging session is active.

	Inferior 1 [process 10650] will be killed.

Quit anyway? (y or n) y
Download as text