Skip to content

Instantly share code, notes, and snippets.

@jaapz
Created April 30, 2012 13:39
Show Gist options
  • Save jaapz/2558449 to your computer and use it in GitHub Desktop.
Save jaapz/2558449 to your computer and use it in GitHub Desktop.
jaapz@supergrover:~/Programmeren/Elementary/scratch/build$ gdb scratch
GNU gdb (Ubuntu/Linaro 7.4-2012.02-0ubuntu2) 7.4-2012.02
Copyright (C) 2012 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".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /home/jaapz/Programmeren/Elementary/scratch/build/scratch...done.
(gdb) run
Starting program: /home/jaapz/Programmeren/Elementary/scratch/build/scratch
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffee922700 (LWP 21486)]
[New Thread 0x7fffee121700 (LWP 21487)]
[INFO 15:38:46.002532] [Application:74] Scratch version: 1.1
[INFO 15:38:46.002759] [Application:76] Kernel version: 3.2.0-23-generic
[DEBUG 15:38:46.003273] [Settings:155] Loading settings from schema 'org.elementary.Scratch.SavedState'
[DEBUG 15:38:46.004116] [Settings:155] Loading settings from schema 'org.elementary.Scratch.Settings'
[DEBUG 15:38:46.006408] [Settings:155] Loading settings from schema 'org.elementary.Scratch.Services'
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff599402c in free () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007ffff599402c in free () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff5ce9639 in _vala_array_destroy (array=0x6b08e0, array_length=7878192, destroy_func=0x40aec0 <g_free@plt>)
at /home/jaapz/Programmeren/Elementary/scratch/build/scratchcore/PluginManager.c:1976
#2 0x00007ffff5ce966f in _vala_array_free (array=0x6b08e0, array_length=7878192, destroy_func=0x40aec0 <g_free@plt>)
at /home/jaapz/Programmeren/Elementary/scratch/build/scratchcore/PluginManager.c:1984
#3 0x00007ffff5ce786d in scratch_plugins_manager_construct (object_type=7878192, s=0x77ded0, f=0x4305e8 "plugins-enabled", d=0x4305c8 "/usr/local/lib/scratch/plugins/", e=0x7858d0 "scratch",
argument_set=0x0) at /home/jaapz/Programmeren/Elementary/scratch/build/scratchcore/PluginManager.c:1460
#4 0x00007ffff5ce8069 in scratch_plugins_manager_new (s=0x77ded0, f=0x4305e8 "plugins-enabled", d=0x4305c8 "/usr/local/lib/scratch/plugins/", e=0x7858d0 "scratch", argument_set=0x0)
at /home/jaapz/Programmeren/Elementary/scratch/build/scratchcore/PluginManager.c:1628
#5 0x0000000000413a1b in scratch_scratch_app_construct (object_type=7856880) at /home/jaapz/Programmeren/Elementary/scratch/build/src/Scratch.c:281
#6 0x0000000000413b07 in scratch_scratch_app_new () at /home/jaapz/Programmeren/Elementary/scratch/build/src/Scratch.c:299
#7 0x0000000000414c84 in scratch_scratch_app_main (args=0x7fffffffe178, args_length1=1) at /home/jaapz/Programmeren/Elementary/scratch/build/src/Scratch.c:752
#8 0x0000000000414d35 in main (argc=1, argv=0x7fffffffe178) at /home/jaapz/Programmeren/Elementary/scratch/build/src/Scratch.c:767
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment