/348,252 2-gdb-version 348,252 ~"GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1\n" 348,252 ~"Copyright (C) 2014 Free Software Foundation, Inc.\n" 348,252 ~"License GPLv3+: GNU GPL version 3 or later \nThis is fre\ e software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitt\ ed by law. Type \"show copying\"\nand \"show warranty\" for details.\n" 348,252 ~"This GDB was configured as \"i686-linux-gnu\".\nType \"show configuration\" for configurat\ ion details." 348,253 ~"\nFor bug reporting instructions, please see:\n" 348,253 ~".\n" 348,253 ~"Find the GDB manual and other documentation resources online at:\n.\n" 348,253 ~"For help, type \"help\".\n" 348,253 ~"Type \"apropos word\" to search for commands related to \"word\".\n" 348,253 2^done 348,253 (gdb) 348,254 3-environment-cd /home/chenzero/workspace-cpp2/testdmp 348,254 3^done 348,254 (gdb) 348,254 4-gdb-set breakpoint pending on 348,255 4^done 348,255 (gdb) 348,255 5-gdb-set detach-on-fork off 348,255 5^done 348,255 (gdb) 348,256 6-enable-pretty-printing 348,256 6^done 348,256 (gdb) 348,256 7-gdb-set python print-stack none 348,256 7^done 348,256 (gdb) 348,257 8-gdb-set print object on 348,258 8^done 348,258 (gdb) 348,258 9-gdb-set print sevenbit-strings on 348,258 9^done 348,258 (gdb) 348,259 10-gdb-set host-charset UTF-8 348,259 10^done 348,259 (gdb) 348,259 11-gdb-set target-charset UTF-8 348,259 11^done 348,259 (gdb) 348,260 12-gdb-set target-wide-charset UTF-32 348,260 12^done 348,260 (gdb) 348,260 13-gdb-set dprintf-style call 348,260 13^done 348,260 (gdb) 348,260 14source .gdbinit 348,261 &"source .gdbinit\n" 348,261 &".gdbinit: No such file or directory.\n" 348,261 14^error,msg=".gdbinit: No such file or directory." 348,261 (gdb) 348,261 15-gdb-set target-async on 348,261 15^done 348,261 (gdb) 348,261 16-gdb-set pagination off 348,261 16^done 348,261 (gdb) 348,262 17-gdb-set non-stop on 348,262 17^done 348,262 (gdb) 348,262 18-gdb-set auto-solib-add on 348,262 18^done 348,262 (gdb) 348,265 19-file-exec-and-symbols --thread-group i1 Debug/testdmp 348,268 19^done 348,268 (gdb) 348,268 20-gdb-show --thread-group i1 language 348,268 20^done,value="auto" 348,268 (gdb) 348,269 21-gdb-set --thread-group i1 language c 348,269 21^done 348,269 (gdb) 348,269 22-interpreter-exec --thread-group i1 console "p/x (char)-1" 348,269 ~"$1 = 0xff\n" 348,269 22^done 348,269 (gdb) 348,269 23-data-evaluate-expression --thread-group i1 "sizeof (void*)" 348,270 23^done,value="4" 348,270 (gdb) 348,270 24-gdb-set --thread-group i1 language auto 348,270 24^done 348,270 (gdb) 348,270 25-interpreter-exec --thread-group i1 console "show endian" 348,270 ~"The target endianness is set automatically (currently little endian)\n" 348,270 25^done 348,271 (gdb) 348,273 26-list-thread-groups 348,273 26^done,groups=[{id="i1",type="process",executable="/home/chenzero/workspace-cpp2/testdmp/De\ bug/testdmp"}] 348,274 (gdb) 348,274 27-break-insert -f /windows/e/work/testc/src/fork1.cpp:18 348,274 28-break-insert -f /windows/e/work/testc/src/main.cpp:144 348,274 29-break-insert -f /windows/e/work/testc/src/main.cpp:140 348,274 30-break-insert -f /windows/e/work/testc/src/fork1.cpp:22 348,274 31-break-insert -f /home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp:14 348,274 32-break-insert -f /home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp:10 348,274 &"No source file named /windows/e/work/testc/src/fork1.cpp.\n" 348,274 27^done,bkpt={number="1",type="breakpoint",disp="keep",enabled="y",addr="",pending=\ "/windows/e/work/testc/src/fork1.cpp:18",times="0",original-location="/windows/e/work/testc/src/fork\ 1.cpp:18"} 348,274 (gdb) 348,274 &"No source file named /windows/e/work/testc/src/main.cpp.\n" 348,274 28^done,bkpt={number="2",type="breakpoint",disp="keep",enabled="y",addr="",pending=\ "/windows/e/work/testc/src/main.cpp:144",times="0",original-location="/windows/e/work/testc/src/main\ .cpp:144"} 348,274 (gdb) 348,274 &"No source file named /windows/e/work/testc/src/main.cpp.\n" 348,274 29^done,bkpt={number="3",type="breakpoint",disp="keep",enabled="y",addr="",pending=\ "/windows/e/work/testc/src/main.cpp:140",times="0",original-location="/windows/e/work/testc/src/main\ .cpp:140"} 348,274 (gdb) 348,274 &"No source file named /windows/e/work/testc/src/fork1.cpp.\n" 348,274 30^done,bkpt={number="4",type="breakpoint",disp="keep",enabled="y",addr="",pending=\ "/windows/e/work/testc/src/fork1.cpp:22",times="0",original-location="/windows/e/work/testc/src/fork\ 1.cpp:22"} 348,274 (gdb) 348,274 31^done,bkpt={number="5",type="breakpoint",disp="keep",enabled="y",addr="0x08048501",func="m\ ain(int, char const**)",file="../src/testdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/sr\ c/testdmp.cpp",line="14",thread-groups=["i1"],times="0",original-location="/home/chenzero/workspace-\ cpp2/testdmp/src/testdmp.cpp:14"} 348,274 (gdb) 348,275 32^done,bkpt={number="6",type="breakpoint",disp="keep",enabled="y",addr="0x080484d3",func="m\ ain(int, char const**)",file="../src/testdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/sr\ c/testdmp.cpp",line="10",thread-groups=["i1"],times="0",original-location="/home/chenzero/workspace-\ cpp2/testdmp/src/testdmp.cpp:10"} 348,275 (gdb) 348,280 33-break-insert -t -f main 348,280 33^done,bkpt={number="7",type="breakpoint",disp="del",enabled="y",addr="0x080484b6",func="ma\ in(int, char const**)",file="../src/testdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src\ /testdmp.cpp",line="6",thread-groups=["i1"],times="0",original-location="main"} 348,280 (gdb) 348,280 34-inferior-tty-set --thread-group i1 /dev/pts/0 348,280 34^done 348,280 (gdb) 348,283 35-exec-run --thread-group i1 348,284 =thread-group-started,id="i1",pid="3969" 348,285 =thread-created,id="1",group-id="i1" 348,285 35^running 348,285 *running,thread-id="all" 348,285 36-list-thread-groups --available 348,289 =library-loaded,id="/lib/ld-linux.so.2",target-name="/lib/ld-linux.so.2",host-name="/lib/ld-\ linux.so.2",symbols-loaded="0",thread-group="i1" 348,291 37-list-thread-groups 348,301 (gdb) 348,346 36^done,groups=[{id="1",type="process",description="/sbin/init",user="root",cores=["1"]},{id\ ="2",type="process",description="[kthreadd]",user="root",cores=["1"]},{id="3",type="process",descrip\ tion="[ksoftirqd/0]",user="root",cores=["0"]},{id="5",type="process",description="[kworker/0:0H]",us\ er="root",cores=["0"]},{id="7",type="process",description="[rcu_sched]",user="root",cores=["3"]},{id\ ="8",type="process",description="[rcu_bh]",user="root",cores=["0"]},{id="9",type="process",descripti\ on="[migration/0]",user="root",cores=["0"]},{id="10",type="process",description="[watchdog/0]",user=\ "root",cores=["0"]},{id="11",type="process",description="[watchdog/1]",user="root",cores=["1"]},{id=\ "12",type="process",description="[migration/1]",user="root",cores=["1"]},{id="13",type="process",des\ cription="[ksoftirqd/1]",user="root",cores=["1"]},{id="15",type="process",description="[kworker/1:0H\ ]",user="root",cores=["1"]},{id="16",type="process",description="[watchdog/2]",user="root",cores=["2\ "]},{id="17",type="process",description="[migration/2]",user="root",cores=["2"]},{id="18",type="proc\ ess",description="[ksoftirqd/2]",user="root",cores=["2"]},{id="20",type="process",description="[kwor\ ker/2:0H]",user="root",cores=["2"]},{id="21",type="process",description="[watchdog/3]",user="root",c\ ores=["3"]},{id="22",type="process",description="[migration/3]",user="root",cores=["3"]},{id="23",ty\ pe="process",description="[ksoftirqd/3]",user="root",cores=["3"]},{id="25",type="process",descriptio\ n="[kworker/3:0H]",user="root",cores=["3"]},{id="26",type="process",description="[khelper]",user="ro\ ot",cores=["3"]},{id="27",type="process",description="[kdevtmpfs]",user="root",cores=["1"]},{id="28"\ ,type="process",description="[netns]",user="root",cores=["3"]},{id="29",type="process",description="\ [perf]",user="root",cores=["3"]},{id="30",type="process",description="[khungtaskd]",user="root",core\ s=["3"]},{id="31",type="process",description="[writeback]",user="root",cores=["0"]},{id="32",type="p\ rocess",description="[ksmd]",user="root",cores=["0"]},{id="33",type="process",description="[khugepag\ ed]",user="root",cores=["2"]},{id="34",type="process",description="[crypto]",user="root",cores=["1"]\ },{id="35",type="process",description="[kintegrityd]",user="root",cores=["1"]},{id="36",type="proces\ s",description="[bioset]",user="root",cores=["1"]},{id="37",type="process",description="[kblockd]",u\ ser="root",cores=["1"]},{id="38",type="process",description="[ata_sff]",user="root",cores=["1"]},{id\ ="39",type="process",description="[md]",user="root",cores=["1"]},{id="40",type="process",description\ ="[devfreq_wq]",user="root",cores=["1"]},{id="43",type="process",description="[kworker/1:1]",user="r\ oot",cores=["1"]},{id="44",type="process",description="[kworker/0:1]",user="root",cores=["0"]},{id="\ 47",type="process",description="[kswapd0]",user="root",cores=["2"]},{id="48",type="process",descript\ ion="[fsnotify_mark]",user="root",cores=["2"]},{id="49",type="process",description="[ecryptfs-kthrea\ ]",user="root",cores=["2"]},{id="60",type="process",description="[kthrotld]",user="root",cores=["2"]\ },{id="61",type="process",description="[acpi_thermal_pm]",user="root",cores=["3"]},{id="62",type="pr\ ocess",description="[ipv6_addrconf]",user="root",cores=["2"]},{id="83",type="process",description="[\ deferwq]",user="root",cores=["2"]},{id="84",type="process",description="[charger_manager]",user="roo\ t",cores=["3"]},{id="135",type="process",description="[scsi_eh_0]",user="root",cores=["1"]},{id="136\ ",type="process",description="[scsi_tmf_0]",user="root",cores=["3"]},{id="137",type="process",descri\ ption="[scsi_eh_1]",user="root",cores=["2"]},{id="138",type="process",description="[scsi_tmf_1]",use\ r="root",cores=["3"]},{id="139",type="process",description="[scsi_eh_2]",user="root",cores=["3"]},{i\ d="140",type="process",description="[scsi_tmf_2]",user="root",cores=["3"]},{id="141",type="process",\ description="[scsi_eh_3]",user="root",cores=["0"]},{id="142",type="process",description="[scsi_tmf_3\ ]",user="root",cores=["3"]},{id="143",type="process",description="[scsi_eh_4]",user="root",cores=["0\ "]},{id="144",type="process",description="[scsi_tmf_4]",user="root",cores=["3"]},{id="145",type="pro\ cess",description="[scsi_eh_5]",user="root",cores=["1"]},{id="146",type="process",description="[scsi\ _tmf_5]",user="root",cores=["3"]},{id="162",type="process",description="[jbd2/sdb8-8]",user="root",c\ ores=["2"]},{id="163",type="process",description="[ext4-rsv-conver]",user="root",cores=["1"]},{id="2\ 91",type="process",description="upstart-udev-bridge --daemon",user="root",cores=["2"]},{id="297",typ\ e="process",description="/lib/systemd/systemd-udevd --daemon",user="root",cores=["1"]},{id="330",typ\ e="process",description="[irq/123-mei_me]",user="root",cores=["3"]},{id="335",type="process",descrip\ tion="[kworker/3:1H]",user="root",cores=["3"]},{id="339",type="process",description="[kworker/0:1H]"\ ,user="root",cores=["0"]},{id="375",type="process",description="[kvm-irqfd-clean]",user="root",cores\ =["2"]},{id="402",type="process",description="[led_workqueue]",user="root",cores=["1"]},{id="478",ty\ pe="process",description="upstart-socket-bridge --daemon",user="root",cores=["1"]},{id="570",type="p\ rocess",description="[kworker/1:1H]",user="root",cores=["1"]},{id="571",type="process",description="\ [kworker/2:1H]",user="root",cores=["2"]},{id="619",type="process",description="/sbin/mount.ntfs /dev\ /sdb1 /windows/c -o rw,utf8,uid=1000",user="root",cores=["0"]},{id="707",type="process",description=\ "dbus-daemon --system --fork",user="messagebus",cores=["3"]},{id="729",type="process",description="u\ pstart-file-bridge --daemon",user="root",cores=["1"]},{id="743",type="process",description="/usr/sbi\ n/bluetoothd",user="root",cores=["0"]},{id="745",type="process",description="/usr/sbin/ModemManager"\ ,user="root",cores=["0","1"]},{id="759",type="process",description="[krfcommd]",user="root",cores=["\ 1"]},{id="770",type="process",description="rsyslogd",user="syslog",cores=["0","1","2"]},{id="823",ty\ pe="process",description="avahi-daemon: running [chenzero.local]",user="avahi",cores=["0"]},{id="824\ ",type="process",description="avahi-daemon: chroot helper",user="avahi",cores=["1"]},{id="837",type=\ "process",description="/lib/systemd/systemd-logind",user="root",cores=["2"]},{id="856",type="process\ ",description="NetworkManager",user="root",cores=["0","1","3"]},{id="863",type="process",description\ ="/usr/lib/policykit-1/polkitd --no-debug",user="root",cores=["0","1","2"]},{id="932",type="process"\ ,description="/sbin/getty -8 38400 tty4",user="root",cores=["0"]},{id="936",type="process",descripti\ on="/sbin/getty -8 38400 tty5",user="root",cores=["2"]},{id="937",type="process",description="therma\ ld --no-daemon --dbus-enable",user="root",cores=["2"]},{id="944",type="process",description="/sbin/g\ etty -8 38400 tty2",user="root",cores=["2"]},{id="945",type="process",description="/sbin/getty -8 38\ 400 tty3",user="root",cores=["0"]},{id="949",type="process",description="/sbin/getty -8 38400 tty6",\ user="root",cores=["2"]},{id="1111",type="process",description="anacron -s",user="root",cores=["0"]}\ ,{id="1127",type="process",description="/usr/sbin/cups-browsed",user="root",cores=["2"]},{id="1137",\ type="process",description="/usr/sbin/irqbalance",user="root",cores=["3"]},{id="1150",type="process"\ ,description="acpid -c /etc/acpi/events -s /var/run/acpid.socket",user="root",cores=["2"]},{id="1153\ ",type="process",description="cron",user="root",cores=["3"]},{id="1154",type="process",description="\ atd",user="daemon",cores=["0"]},{id="1162",type="process",description="/usr/sbin/mysqld",user="mysql\ ",cores=["0","1","2","3"]},{id="1197",type="process",description="whoopsie",user="whoopsie",cores=["\ 2","3"]},{id="1206",type="process",description="/usr/bin/freshclam -d --quiet",user="clamav",cores=[\ "1"]},{id="1216",type="process",description="/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no\ -hosts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-addres\ s=127.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-\ dbus=org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d",user="nobody",\ cores=["0"]},{id="1290",type="process",description="/usr/sbin/kerneloops",user="kernoops",cores=["2"\ ]},{id="1308",type="process",description="lightdm",user="root",cores=["0","3"]},{id="1323",type="pro\ cess",description="[iprt]",user="root",cores=["1"]},{id="1357",type="process",description="/usr/bin/\ X -core :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch",user="root",cor\ es=["0","1","3"]},{id="1378",type="process",description="/usr/lib/accountsservice/accounts-daemon",u\ ser="root",cores=["0","1","2"]},{id="1422",type="process",description="/sbin/getty -8 38400 tty1",us\ er="root",cores=["1"]},{id="1459",type="process",description="[kauditd]",user="root",cores=["2"]},{i\ d="1609",type="process",description="lightdm --session-child 12 19",user="root",cores=["3"]},{id="16\ 54",type="process",description="/usr/lib/upower/upowerd",user="root",cores=["0","1","2"]},{id="1681"\ ,type="process",description="/usr/lib/rtkit/rtkit-daemon",user="rtkit",cores=["0","1","3"]},{id="189\ 7",type="process",description="/usr/bin/gnome-keyring-daemon --daemonize --login",user="chenzero",co\ res=["1","2","3"]},{id="1899",type="process",description="init --user",user="chenzero",cores=["3"]},\ {id="1967",type="process",description="dbus-daemon --fork --session --address=unix:abstract=/tmp/dbu\ s-AUk2EVyNoh",user="chenzero",cores=["3"]},{id="1978",type="process",description="upstart-event-brid\ ge",user="chenzero",cores=["3"]},{id="1987",type="process",description="/usr/lib/i386-linux-gnu/hud/\ window-stack-bridge",user="chenzero",cores=["3"]},{id="1989",type="process",description="/usr/bin/ib\ us-daemon --daemonize --xim",user="chenzero",cores=["0","3"]},{id="2005",type="process",description=\ "upstart-dbus-bridge --daemon --session --user --bus-name session",user="chenzero",cores=["3"]},{id=\ "2006",type="process",description="upstart-dbus-bridge --daemon --system --user --bus-name system",u\ ser="chenzero",cores=["0"]},{id="2008",type="process",description="upstart-file-bridge --daemon --us\ er",user="chenzero",cores=["0"]},{id="2022",type="process",description="/usr/lib/unity-settings-daem\ on/unity-settings-daemon",user="chenzero",cores=["0","1","2","3"]},{id="2026",type="process",descrip\ tion="/usr/lib/i386-linux-gnu/hud/hud-service",user="chenzero",cores=["0","1","3"]},{id="2029",type=\ "process",description="/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately",user="chenzer\ o",cores=["0","1","2","3"]},{id="2030",type="process",description="gnome-session --session=ubuntu",u\ ser="chenzero",cores=["0","2","3"]},{id="2035",type="process",description="/usr/lib/unity/unity-pane\ l-service",user="chenzero",cores=["0","1"]},{id="2036",type="process",description="/bin/dbus-daemon \ --config-file=/etc/at-spi2/accessibility.conf --nofork --print-address 3",user="chenzero",cores=["2"\ ]},{id="2040",type="process",description="/usr/lib/gvfs/gvfsd",user="chenzero",cores=["1","3"]},{id=\ "2045",type="process",description="/usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes",us\ er="chenzero",cores=["0","2"]},{id="2053",type="process",description="/usr/lib/at-spi2-core/at-spi2-\ registryd --use-gnome-session",user="chenzero",cores=["0"]},{id="2067",type="process",description="/\ usr/lib/i386-linux-gnu/bamf/bamfdaemon",user="chenzero",cores=["0","3"]},{id="2073",type="process",d\ escription="/usr/lib/ibus/ibus-dconf",user="chenzero",cores=["0","1","3"]},{id="2074",type="process"\ ,description="/usr/lib/ibus/ibus-ui-gtk3",user="chenzero",cores=["1","3"]},{id="2076",type="process"\ ,description="/usr/lib/ibus/ibus-x11 --kill-daemon",user="chenzero",cores=["0","1","3"]},{id="2093",\ type="process",description="/usr/lib/colord/colord",user="colord",cores=["1","2","3"]},{id="2097",ty\ pe="process",description="/usr/bin/pulseaudio --start --log-target=syslog",user="chenzero",cores=["1\ ","3"]},{id="2121",type="process",description="/usr/lib/dconf/dconf-service",user="chenzero",cores=[\ "0","2"]},{id="2127",type="process",description="/usr/lib/ibus/ibus-engine-simple",user="chenzero",c\ ores=["1","3"]},{id="2130",type="process",description="compiz",user="chenzero",cores=["0","1","2"]},\ {id="2133",type="process",description="/usr/lib/i386-linux-gnu/indicator-keyboard-service --use-gtk"\ ,user="chenzero",cores=["2","3"]},{id="2139",type="process",description="/usr/lib/i386-linux-gnu/ind\ icator-messages/indicator-messages-service",user="chenzero",cores=["0","2","3"]},{id="2140",type="pr\ ocess",description="/usr/lib/i386-linux-gnu/indicator-bluetooth/indicator-bluetooth-service",user="c\ henzero",cores=["1","2"]},{id="2142",type="process",description="/usr/lib/i386-linux-gnu/indicator-p\ ower/indicator-power-service",user="chenzero",cores=["0","3"]},{id="2150",type="process",description\ ="/usr/lib/i386-linux-gnu/indicator-datetime/indicator-datetime-service",user="chenzero",cores=["0",\ "2","3"]},{id="2151",type="process",description="/usr/lib/i386-linux-gnu/indicator-sound/indicator-s\ ound-service",user="chenzero",cores=["1","2","3"]},{id="2156",type="process",description="/usr/lib/i\ 386-linux-gnu/indicator-printers/indicator-printers-service",user="chenzero",cores=["1","2"]},{id="2\ 157",type="process",description="/usr/lib/i386-linux-gnu/indicator-session/indicator-session-service\ ",user="chenzero",cores=["0","1","3"]},{id="2162",type="process",description="/usr/lib/i386-linux-gn\ u/indicator-application/indicator-application-service",user="chenzero",cores=["0","1"]},{id="2190",t\ ype="process",description="/usr/lib/i386-linux-gnu/notify-osd",user="chenzero",cores=["0","2","3"]},\ {id="2196",type="process",description="/usr/lib/evolution/evolution-source-registry",user="chenzero"\ ,cores=["0","2","3"]},{id="2215",type="process",description="nm-applet",user="chenzero",cores=["2","\ 3"]},{id="2218",type="process",description="/usr/lib/unity-settings-daemon/unity-fallback-mount-help\ er",user="chenzero",cores=["0","1"]},{id="2219",type="process",description="nautilus -n",user="chenz\ ero",cores=["0","1","3"]},{id="2221",type="process",description="/usr/lib/policykit-1-gnome/polkit-g\ nome-authentication-agent-1",user="chenzero",cores=["0","1","3"]},{id="2240",type="process",descript\ ion="/usr/lib/gvfs/gvfs-udisks2-volume-monitor",user="chenzero",cores=["0","3"]},{id="2245",type="pr\ ocess",description="/usr/lib/i386-linux-gnu/gconf/gconfd-2",user="chenzero",cores=["2"]},{id="2251",\ type="process",description="/usr/lib/udisks2/udisksd --no-debug",user="root",cores=["0","1","2","3"]\ },{id="2261",type="process",description="/usr/lib/evolution/evolution-calendar-factory",user="chenze\ ro",cores=["0","1","2","3"]},{id="2267",type="process",description="/usr/lib/gvfs/gvfs-mtp-volume-mo\ nitor",user="chenzero",cores=["0","3"]},{id="2271",type="process",description="/usr/lib/gvfs/gvfs-af\ c-volume-monitor",user="chenzero",cores=["0","2","3"]},{id="2276",type="process",description="/usr/l\ ib/gvfs/gvfs-gphoto2-volume-monitor",user="chenzero",cores=["0","1"]},{id="2306",type="process",desc\ ription="/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0",user="chenzero",cores=[\ "1","2"]},{id="2330",type="process",description="/usr/lib/gvfs/gvfsd-metadata",user="chenzero",cores\ =["1","3"]},{id="2336",type="process",description="/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/\ gvfs/exec_spaw/1",user="chenzero",cores=["0","2"]},{id="2355",type="process",description="gnome-term\ inal",user="chenzero",cores=["0","2","3"]},{id="2362",type="process",description="gnome-pty-helper",\ user="chenzero",cores=["3"]},{id="2363",type="process",description="bash",user="chenzero",cores=["3"\ ]},{id="2379",type="process",description="bash",user="chenzero",cores=["3"]},{id="2394",type="proces\ s",description="bash",user="chenzero",cores=["3"]},{id="2420",type="process",description="/usr/lib/f\ irefox/firefox",user="chenzero",cores=["0","1","2","3"]},{id="2422",type="process",description="/usr\ /lib/virtualbox/VirtualBox",user="chenzero",cores=["1","2","3"]},{id="2453",type="process",descripti\ on="/usr/sbin/cupsd -f",user="root",cores=["1"]},{id="2456",type="process",description="telepathy-in\ dicator",user="chenzero",cores=["0","1"]},{id="2467",type="process",description="/usr/lib/telepathy/\ mission-control-5",user="chenzero",cores=["1","3"]},{id="2502",type="process",description="/usr/lib/\ virtualbox/VBoxXPCOMIPCD",user="chenzero",cores=["0"]},{id="2507",type="process",description="/usr/l\ ib/virtualbox/VBoxSVC --auto-shutdown",user="chenzero",cores=["0","1","2","3"]},{id="2527",type="pro\ cess",description="zeitgeist-datahub",user="chenzero",cores=["0","1","2"]},{id="2534",type="process"\ ,description="/usr/bin/zeitgeist-daemon",user="chenzero",cores=["0"]},{id="2540",type="process",desc\ ription="/usr/lib/i386-linux-gnu/zeitgeist-fts",user="chenzero",cores=["1","3"]},{id="2556",type="pr\ ocess",description="/bin/cat",user="chenzero",cores=["2"]},{id="2650",type="process",description="[k\ worker/3:2]",user="root",cores=["3"]},{id="2676",type="process",description="update-notifier",user="\ chenzero",cores=["0","1","2"]},{id="2693",type="process",description="[kworker/2:2]",user="root",cor\ es=["2"]},{id="2699",type="process",description="/usr/bin/python3 /usr/bin/update-manager --no-updat\ e --no-focus-on-map",user="chenzero",cores=["0","2","3"]},{id="2725",type="process",description="/us\ r/lib/i386-linux-gnu/deja-dup/deja-dup-monitor",user="chenzero",cores=["0","1","2"]},{id="2760",type\ ="process",description="[kworker/0:0]",user="root",cores=["0"]},{id="2761",type="process",descriptio\ n="/bin/sh -c run-parts --report /etc/cron.daily",user="root",cores=["2"]},{id="2762",type="process"\ ,description="run-parts --report /etc/cron.daily",user="root",cores=["1"]},{id="2813",type="process"\ ,description="[kworker/u8:0]",user="root",cores=["3"]},{id="2815",type="process",description="./ecli\ pse",user="chenzero",cores=["0","1","2","3"]},{id="3304",type="process",description="[kworker/2:0]",\ user="root",cores=["2"]},{id="3320",type="process",description="[kworker/3:0]",user="root",cores=["3\ "]},{id="3322",type="process",description="[kworker/1:0]",user="root",cores=["1"]},{id="3327",type="\ process",description="[kworker/u8:1]",user="root",cores=["3"]},{id="3608",type="process",description\ ="[kworker/0:2]",user="root",cores=["0"]},{id="3674",type="process",description="/usr/bin/python3 /u\ sr/share/oneconf/oneconf-service",user="chenzero",cores=["0","1","2"]},{id="3817",type="process",des\ cription="/bin/bash /etc/cron.daily/mlocate",user="root",cores=["2"]},{id="3822",type="process",desc\ ription="flock --nonblock /run/mlocate.daily.lock /usr/bin/ionice -c3 /usr/bin/updatedb.mlocate",use\ r="root",cores=["0"]},{id="3823",type="process",description="/usr/bin/updatedb.mlocate",user="root",\ cores=["3"]},{id="3824",type="process",description="[kworker/u8:2]",user="root",cores=["1"]},{id="38\ 42",type="process",description="[kworker/1:2]",user="root",cores=["1"]},{id="3892",type="process",de\ scription="[kworker/3:1]",user="root",cores=["3"]},{id="3898",type="process",description="[kworker/2\ :1]",user="root",cores=["2"]},{id="3953",type="process",description="gdb --interpreter mi2 --nx",use\ r="chenzero",cores=["2"]},{id="3969",type="process",description="/home/chenzero/workspace-cpp2/testd\ mp/Debug/testdmp",user="chenzero",cores=["0"]}] 348,350 (gdb) 348,350 37^done,groups=[{id="i1",type="process",pid="3969",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp",cores=["0"]}] 348,350 (gdb) 348,350 =library-loaded,id="/lib/i386-linux-gnu/libc.so.6",target-name="/lib/i386-linux-gnu/libc.so.\ 6",host-name="/lib/i386-linux-gnu/libc.so.6",symbols-loaded="0",thread-group="i1" 348,351 38-list-thread-groups i1 348,517 38^done,threads=[{id="1",target-id="process 3969",name="testdmp",state="running",core="3"}] 348,517 (gdb) 348,517 =breakpoint-modified,bkpt={number="7",type="breakpoint",disp="del",enabled="y",addr="0x08048\ 4b6",func="main(int, char const**)",file="../src/testdmp.cpp",fullname="/home/chenzero/workspace-cpp\ 2/testdmp/src/testdmp.cpp",line="6",thread-groups=["i1"],times="1",original-location="main"} 348,518 *stopped,reason="breakpoint-hit",disp="del",bkptno="7",frame={addr="0x080484b6",func="main",\ args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/testdmp.cpp",fullname="\ /home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="6"},thread-id="1",stopped-threads=["1"]\ ,core="3" 348,519 =breakpoint-deleted,id="7" 348,536 39-list-thread-groups 348,536 39^done,groups=[{id="i1",type="process",pid="3969",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp",cores=["3"]}] 348,536 (gdb) 348,596 40-stack-info-depth --thread 1 11 348,597 40^done,depth="1" 348,597 (gdb) 348,659 41-thread-info 1 348,660 41^done,threads=[{id="1",target-id="process 3969",name="testdmp",frame={level="0",addr="0x08\ 0484b6",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="6"},state="stopped"\ ,core="3"}] 348,663 (gdb) 349,969 42-exec-continue --thread 1 349,969 42^running 349,969 *running,thread-id="1" 349,969 (gdb) 349,970 =thread-group-added,id="i2" 349,971 =thread-group-started,id="i2",pid="3976" 349,971 =thread-created,id="2",group-id="i2" 349,971 ~"[New process 3976]\n" 349,979 43-list-thread-groups --available 349,988 44-list-thread-groups 349,997 =breakpoint-modified,bkpt={number="5",type="breakpoint",disp="keep",enabled="y",addr="",times="0",original-location="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp:14"},{numbe\ r="5.1",enabled="y",addr="0x08048501",func="main(int, char const**)",file="../src/testdmp.cpp",fulln\ ame="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14",thread-groups=["i2"]},{number=\ "5.2",enabled="y",addr="0x08048501",func="main(int, char const**)",file="../src/testdmp.cpp",fullnam\ e="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14",thread-groups=["i1"]} 349,997 =breakpoint-modified,bkpt={number="6",type="breakpoint",disp="keep",enabled="y",addr="",times="0",original-location="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp:10"},{numbe\ r="6.1",enabled="y",addr="0x080484d3",func="main(int, char const**)",file="../src/testdmp.cpp",fulln\ ame="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10",thread-groups=["i2"]},{number=\ "6.2",enabled="y",addr="0x080484d3",func="main(int, char const**)",file="../src/testdmp.cpp",fullnam\ e="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10",thread-groups=["i1"]} 349,998 =library-loaded,id="/lib/i386-linux-gnu/libc.so.6",target-name="/lib/i386-linux-gnu/libc.so.\ 6",host-name="/lib/i386-linux-gnu/libc.so.6",symbols-loaded="0",thread-group="i2" 349,998 =library-loaded,id="/lib/ld-linux.so.2",target-name="/lib/ld-linux.so.2",host-name="/lib/ld-\ linux.so.2",symbols-loaded="0",thread-group="i2" 350,000 45-thread-info 1 350,092 ~"Reading symbols from /usr/lib/debug/lib/i386-linux-gnu/libc-2.19.so..." 350,092 46-list-thread-groups i1 350,143 ~"done.\n" 350,143 ~"Reading symbols from /usr/lib/debug/lib/i386-linux-gnu/ld-2.19.so..." 350,146 ~"done.\n" 350,211 *running,thread-id="2" 350,227 43^done,groups=[{id="1",type="process",description="/sbin/init",user="root",cores=["1"]},{id\ ="2",type="process",description="[kthreadd]",user="root",cores=["1"]},{id="3",type="process",descrip\ tion="[ksoftirqd/0]",user="root",cores=["0"]},{id="5",type="process",description="[kworker/0:0H]",us\ er="root",cores=["0"]},{id="7",type="process",description="[rcu_sched]",user="root",cores=["0"]},{id\ ="8",type="process",description="[rcu_bh]",user="root",cores=["0"]},{id="9",type="process",descripti\ on="[migration/0]",user="root",cores=["0"]},{id="10",type="process",description="[watchdog/0]",user=\ "root",cores=["0"]},{id="11",type="process",description="[watchdog/1]",user="root",cores=["1"]},{id=\ "12",type="process",description="[migration/1]",user="root",cores=["1"]},{id="13",type="process",des\ cription="[ksoftirqd/1]",user="root",cores=["1"]},{id="15",type="process",description="[kworker/1:0H\ ]",user="root",cores=["1"]},{id="16",type="process",description="[watchdog/2]",user="root",cores=["2\ "]},{id="17",type="process",description="[migration/2]",user="root",cores=["2"]},{id="18",type="proc\ ess",description="[ksoftirqd/2]",user="root",cores=["2"]},{id="20",type="process",description="[kwor\ ker/2:0H]",user="root",cores=["2"]},{id="21",type="process",description="[watchdog/3]",user="root",c\ ores=["3"]},{id="22",type="process",description="[migration/3]",user="root",cores=["3"]},{id="23",ty\ pe="process",description="[ksoftirqd/3]",user="root",cores=["3"]},{id="25",type="process",descriptio\ n="[kworker/3:0H]",user="root",cores=["3"]},{id="26",type="process",description="[khelper]",user="ro\ ot",cores=["3"]},{id="27",type="process",description="[kdevtmpfs]",user="root",cores=["1"]},{id="28"\ ,type="process",description="[netns]",user="root",cores=["3"]},{id="29",type="process",description="\ [perf]",user="root",cores=["3"]},{id="30",type="process",description="[khungtaskd]",user="root",core\ s=["3"]},{id="31",type="process",description="[writeback]",user="root",cores=["0"]},{id="32",type="p\ rocess",description="[ksmd]",user="root",cores=["0"]},{id="33",type="process",description="[khugepag\ ed]",user="root",cores=["2"]},{id="34",type="process",description="[crypto]",user="root",cores=["1"]\ },{id="35",type="process",description="[kintegrityd]",user="root",cores=["1"]},{id="36",type="proces\ s",description="[bioset]",user="root",cores=["1"]},{id="37",type="process",description="[kblockd]",u\ ser="root",cores=["1"]},{id="38",type="process",description="[ata_sff]",user="root",cores=["1"]},{id\ ="39",type="process",description="[md]",user="root",cores=["1"]},{id="40",type="process",description\ ="[devfreq_wq]",user="root",cores=["1"]},{id="43",type="process",description="[kworker/1:1]",user="r\ oot",cores=["1"]},{id="44",type="process",description="[kworker/0:1]",user="root",cores=["0"]},{id="\ 47",type="process",description="[kswapd0]",user="root",cores=["1"]},{id="48",type="process",descript\ ion="[fsnotify_mark]",user="root",cores=["2"]},{id="49",type="process",description="[ecryptfs-kthrea\ ]",user="root",cores=["2"]},{id="60",type="process",description="[kthrotld]",user="root",cores=["2"]\ },{id="61",type="process",description="[acpi_thermal_pm]",user="root",cores=["3"]},{id="62",type="pr\ ocess",description="[ipv6_addrconf]",user="root",cores=["2"]},{id="83",type="process",description="[\ deferwq]",user="root",cores=["2"]},{id="84",type="process",description="[charger_manager]",user="roo\ t",cores=["3"]},{id="135",type="process",description="[scsi_eh_0]",user="root",cores=["1"]},{id="136\ ",type="process",description="[scsi_tmf_0]",user="root",cores=["3"]},{id="137",type="process",descri\ ption="[scsi_eh_1]",user="root",cores=["2"]},{id="138",type="process",description="[scsi_tmf_1]",use\ r="root",cores=["3"]},{id="139",type="process",description="[scsi_eh_2]",user="root",cores=["3"]},{i\ d="140",type="process",description="[scsi_tmf_2]",user="root",cores=["3"]},{id="141",type="process",\ description="[scsi_eh_3]",user="root",cores=["0"]},{id="142",type="process",description="[scsi_tmf_3\ ]",user="root",cores=["3"]},{id="143",type="process",description="[scsi_eh_4]",user="root",cores=["0\ "]},{id="144",type="process",description="[scsi_tmf_4]",user="root",cores=["3"]},{id="145",type="pro\ cess",description="[scsi_eh_5]",user="root",cores=["1"]},{id="146",type="process",description="[scsi\ _tmf_5]",user="root",cores=["3"]},{id="162",type="process",description="[jbd2/sdb8-8]",user="root",c\ ores=["2"]},{id="163",type="process",description="[ext4-rsv-conver]",user="root",cores=["1"]},{id="2\ 91",type="process",description="upstart-udev-bridge --daemon",user="root",cores=["2"]},{id="297",typ\ e="process",description="/lib/systemd/systemd-udevd --daemon",user="root",cores=["1"]},{id="330",typ\ e="process",description="[irq/123-mei_me]",user="root",cores=["3"]},{id="335",type="process",descrip\ tion="[kworker/3:1H]",user="root",cores=["3"]},{id="339",type="process",description="[kworker/0:1H]"\ ,user="root",cores=["0"]},{id="375",type="process",description="[kvm-irqfd-clean]",user="root",cores\ =["2"]},{id="402",type="process",description="[led_workqueue]",user="root",cores=["1"]},{id="478",ty\ pe="process",description="upstart-socket-bridge --daemon",user="root",cores=["1"]},{id="570",type="p\ rocess",description="[kworker/1:1H]",user="root",cores=["1"]},{id="571",type="process",description="\ [kworker/2:1H]",user="root",cores=["2"]},{id="619",type="process",description="/sbin/mount.ntfs /dev\ /sdb1 /windows/c -o rw,utf8,uid=1000",user="root",cores=["2"]},{id="707",type="process",description=\ "dbus-daemon --system --fork",user="messagebus",cores=["3"]},{id="729",type="process",description="u\ pstart-file-bridge --daemon",user="root",cores=["1"]},{id="743",type="process",description="/usr/sbi\ n/bluetoothd",user="root",cores=["0"]},{id="745",type="process",description="/usr/sbin/ModemManager"\ ,user="root",cores=["0","1"]},{id="759",type="process",description="[krfcommd]",user="root",cores=["\ 1"]},{id="770",type="process",description="rsyslogd",user="syslog",cores=["0","1","2"]},{id="823",ty\ pe="process",description="avahi-daemon: running [chenzero.local]",user="avahi",cores=["0"]},{id="824\ ",type="process",description="avahi-daemon: chroot helper",user="avahi",cores=["1"]},{id="837",type=\ "process",description="/lib/systemd/systemd-logind",user="root",cores=["2"]},{id="856",type="process\ ",description="NetworkManager",user="root",cores=["1","3"]},{id="863",type="process",description="/u\ sr/lib/policykit-1/polkitd --no-debug",user="root",cores=["0","1","2"]},{id="932",type="process",des\ cription="/sbin/getty -8 38400 tty4",user="root",cores=["0"]},{id="936",type="process",description="\ /sbin/getty -8 38400 tty5",user="root",cores=["2"]},{id="937",type="process",description="thermald -\ -no-daemon --dbus-enable",user="root",cores=["2"]},{id="944",type="process",description="/sbin/getty\ -8 38400 tty2",user="root",cores=["2"]},{id="945",type="process",description="/sbin/getty -8 38400 \ tty3",user="root",cores=["0"]},{id="949",type="process",description="/sbin/getty -8 38400 tty6",user\ ="root",cores=["2"]},{id="1111",type="process",description="anacron -s",user="root",cores=["0"]},{id\ ="1127",type="process",description="/usr/sbin/cups-browsed",user="root",cores=["2"]},{id="1137",type\ ="process",description="/usr/sbin/irqbalance",user="root",cores=["3"]},{id="1150",type="process",des\ cription="acpid -c /etc/acpi/events -s /var/run/acpid.socket",user="root",cores=["1"]},{id="1153",ty\ pe="process",description="cron",user="root",cores=["3"]},{id="1154",type="process",description="atd"\ ,user="daemon",cores=["0"]},{id="1162",type="process",description="/usr/sbin/mysqld",user="mysql",co\ res=["0","1","2","3"]},{id="1197",type="process",description="whoopsie",user="whoopsie",cores=["2","\ 3"]},{id="1206",type="process",description="/usr/bin/freshclam -d --quiet",user="clamav",cores=["1"]\ },{id="1216",type="process",description="/usr/sbin/dnsmasq --no-resolv --keep-in-foreground --no-hos\ ts --bind-interfaces --pid-file=/run/sendsigs.omit.d/network-manager.dnsmasq.pid --listen-address=12\ 7.0.1.1 --conf-file=/var/run/NetworkManager/dnsmasq.conf --cache-size=0 --proxy-dnssec --enable-dbus\ =org.freedesktop.NetworkManager.dnsmasq --conf-dir=/etc/NetworkManager/dnsmasq.d",user="nobody",core\ s=["0"]},{id="1290",type="process",description="/usr/sbin/kerneloops",user="kernoops",cores=["2"]},{\ id="1308",type="process",description="lightdm",user="root",cores=["0","3"]},{id="1323",type="process\ ",description="[iprt]",user="root",cores=["1"]},{id="1357",type="process",description="/usr/bin/X -c\ ore :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch",user="root",cores=[\ "0","1"]},{id="1378",type="process",description="/usr/lib/accountsservice/accounts-daemon",user="roo\ t",cores=["0","1","2"]},{id="1422",type="process",description="/sbin/getty -8 38400 tty1",user="root\ ",cores=["1"]},{id="1459",type="process",description="[kauditd]",user="root",cores=["2"]},{id="1609"\ ,type="process",description="lightdm --session-child 12 19",user="root",cores=["3"]},{id="1654",type\ ="process",description="/usr/lib/upower/upowerd",user="root",cores=["0","1","2"]},{id="1681",type="p\ rocess",description="/usr/lib/rtkit/rtkit-daemon",user="rtkit",cores=["0","1","3"]},{id="1897",type=\ "process",description="/usr/bin/gnome-keyring-daemon --daemonize --login",user="chenzero",cores=["1"\ ,"2","3"]},{id="1899",type="process",description="init --user",user="chenzero",cores=["3"]},{id="196\ 7",type="process",description="dbus-daemon --fork --session --address=unix:abstract=/tmp/dbus-AUk2EV\ yNoh",user="chenzero",cores=["1"]},{id="1978",type="process",description="upstart-event-bridge",user\ ="chenzero",cores=["3"]},{id="1987",type="process",description="/usr/lib/i386-linux-gnu/hud/window-s\ tack-bridge",user="chenzero",cores=["3"]},{id="1989",type="process",description="/usr/bin/ibus-daemo\ n --daemonize --xim",user="chenzero",cores=["0","1"]},{id="2005",type="process",description="upstart\ -dbus-bridge --daemon --session --user --bus-name session",user="chenzero",cores=["0"]},{id="2006",t\ ype="process",description="upstart-dbus-bridge --daemon --system --user --bus-name system",user="che\ nzero",cores=["0"]},{id="2008",type="process",description="upstart-file-bridge --daemon --user",user\ ="chenzero",cores=["0"]},{id="2022",type="process",description="/usr/lib/unity-settings-daemon/unity\ -settings-daemon",user="chenzero",cores=["0","1","2","3"]},{id="2026",type="process",description="/u\ sr/lib/i386-linux-gnu/hud/hud-service",user="chenzero",cores=["0"]},{id="2029",type="process",descri\ ption="/usr/lib/at-spi2-core/at-spi-bus-launcher --launch-immediately",user="chenzero",cores=["0","1\ ","2","3"]},{id="2030",type="process",description="gnome-session --session=ubuntu",user="chenzero",c\ ores=["0","2","3"]},{id="2035",type="process",description="/usr/lib/unity/unity-panel-service",user=\ "chenzero",cores=["0","1"]},{id="2036",type="process",description="/bin/dbus-daemon --config-file=/e\ tc/at-spi2/accessibility.conf --nofork --print-address 3",user="chenzero",cores=["2"]},{id="2040",ty\ pe="process",description="/usr/lib/gvfs/gvfsd",user="chenzero",cores=["1","3"]},{id="2045",type="pro\ cess",description="/usr/lib/gvfs/gvfsd-fuse /run/user/1000/gvfs -f -o big_writes",user="chenzero",co\ res=["0","2"]},{id="2053",type="process",description="/usr/lib/at-spi2-core/at-spi2-registryd --use-\ gnome-session",user="chenzero",cores=["0"]},{id="2067",type="process",description="/usr/lib/i386-lin\ ux-gnu/bamf/bamfdaemon",user="chenzero",cores=["0","3"]},{id="2073",type="process",description="/usr\ /lib/ibus/ibus-dconf",user="chenzero",cores=["0","1","3"]},{id="2074",type="process",description="/u\ sr/lib/ibus/ibus-ui-gtk3",user="chenzero",cores=["0","1","2","3"]},{id="2076",type="process",descrip\ tion="/usr/lib/ibus/ibus-x11 --kill-daemon",user="chenzero",cores=["0","1","3"]},{id="2093",type="pr\ ocess",description="/usr/lib/colord/colord",user="colord",cores=["1","2","3"]},{id="2097",type="proc\ ess",description="/usr/bin/pulseaudio --start --log-target=syslog",user="chenzero",cores=["1","3"]},\ {id="2121",type="process",description="/usr/lib/dconf/dconf-service",user="chenzero",cores=["0","2"]\ },{id="2127",type="process",description="/usr/lib/ibus/ibus-engine-simple",user="chenzero",cores=["0\ ","1","3"]},{id="2130",type="process",description="compiz",user="chenzero",cores=["0","2"]},{id="213\ 3",type="process",description="/usr/lib/i386-linux-gnu/indicator-keyboard-service --use-gtk",user="c\ henzero",cores=["2","3"]},{id="2139",type="process",description="/usr/lib/i386-linux-gnu/indicator-m\ essages/indicator-messages-service",user="chenzero",cores=["0","2","3"]},{id="2140",type="process",d\ escription="/usr/lib/i386-linux-gnu/indicator-bluetooth/indicator-bluetooth-service",user="chenzero"\ ,cores=["1","2"]},{id="2142",type="process",description="/usr/lib/i386-linux-gnu/indicator-power/ind\ icator-power-service",user="chenzero",cores=["0","3"]},{id="2150",type="process",description="/usr/l\ ib/i386-linux-gnu/indicator-datetime/indicator-datetime-service",user="chenzero",cores=["0","1","3"]\ },{id="2151",type="process",description="/usr/lib/i386-linux-gnu/indicator-sound/indicator-sound-ser\ vice",user="chenzero",cores=["1","2","3"]},{id="2156",type="process",description="/usr/lib/i386-linu\ x-gnu/indicator-printers/indicator-printers-service",user="chenzero",cores=["1","2"]},{id="2157",typ\ e="process",description="/usr/lib/i386-linux-gnu/indicator-session/indicator-session-service",user="\ chenzero",cores=["0","1","3"]},{id="2162",type="process",description="/usr/lib/i386-linux-gnu/indica\ tor-application/indicator-application-service",user="chenzero",cores=["0","1"]},{id="2190",type="pro\ cess",description="/usr/lib/i386-linux-gnu/notify-osd",user="chenzero",cores=["0","2","3"]},{id="219\ 6",type="process",description="/usr/lib/evolution/evolution-source-registry",user="chenzero",cores=[\ "0","2","3"]},{id="2215",type="process",description="nm-applet",user="chenzero",cores=["2","3"]},{id\ ="2218",type="process",description="/usr/lib/unity-settings-daemon/unity-fallback-mount-helper",user\ ="chenzero",cores=["0","1"]},{id="2219",type="process",description="nautilus -n",user="chenzero",cor\ es=["0","1","3"]},{id="2221",type="process",description="/usr/lib/policykit-1-gnome/polkit-gnome-aut\ hentication-agent-1",user="chenzero",cores=["0","1","3"]},{id="2240",type="process",description="/us\ r/lib/gvfs/gvfs-udisks2-volume-monitor",user="chenzero",cores=["0","3"]},{id="2245",type="process",d\ escription="/usr/lib/i386-linux-gnu/gconf/gconfd-2",user="chenzero",cores=["2"]},{id="2251",type="pr\ ocess",description="/usr/lib/udisks2/udisksd --no-debug",user="root",cores=["0","1","2","3"]},{id="2\ 261",type="process",description="/usr/lib/evolution/evolution-calendar-factory",user="chenzero",core\ s=["0","1","2","3"]},{id="2267",type="process",description="/usr/lib/gvfs/gvfs-mtp-volume-monitor",u\ ser="chenzero",cores=["0","3"]},{id="2271",type="process",description="/usr/lib/gvfs/gvfs-afc-volume\ -monitor",user="chenzero",cores=["0","2","3"]},{id="2276",type="process",description="/usr/lib/gvfs/\ gvfs-gphoto2-volume-monitor",user="chenzero",cores=["0","1"]},{id="2306",type="process",description=\ "/usr/lib/gvfs/gvfsd-trash --spawner :1.6 /org/gtk/gvfs/exec_spaw/0",user="chenzero",cores=["1","2"]\ },{id="2330",type="process",description="/usr/lib/gvfs/gvfsd-metadata",user="chenzero",cores=["1","3\ "]},{id="2336",type="process",description="/usr/lib/gvfs/gvfsd-burn --spawner :1.6 /org/gtk/gvfs/exe\ c_spaw/1",user="chenzero",cores=["0","2"]},{id="2355",type="process",description="gnome-terminal",us\ er="chenzero",cores=["0","2","3"]},{id="2362",type="process",description="gnome-pty-helper",user="ch\ enzero",cores=["3"]},{id="2363",type="process",description="bash",user="chenzero",cores=["3"]},{id="\ 2379",type="process",description="bash",user="chenzero",cores=["3"]},{id="2394",type="process",descr\ iption="bash",user="chenzero",cores=["3"]},{id="2420",type="process",description="/usr/lib/firefox/f\ irefox",user="chenzero",cores=["0","1","2","3"]},{id="2422",type="process",description="/usr/lib/vir\ tualbox/VirtualBox",user="chenzero",cores=["1","2","3"]},{id="2453",type="process",description="/usr\ /sbin/cupsd -f",user="root",cores=["1"]},{id="2456",type="process",description="telepathy-indicator"\ ,user="chenzero",cores=["0","1"]},{id="2467",type="process",description="/usr/lib/telepathy/mission-\ control-5",user="chenzero",cores=["1","3"]},{id="2502",type="process",description="/usr/lib/virtualb\ ox/VBoxXPCOMIPCD",user="chenzero",cores=["0"]},{id="2507",type="process",description="/usr/lib/virtu\ albox/VBoxSVC --auto-shutdown",user="chenzero",cores=["0","1","2","3"]},{id="2527",type="process",de\ scription="zeitgeist-datahub",user="chenzero",cores=["0","1","2"]},{id="2534",type="process",descrip\ tion="/usr/bin/zeitgeist-daemon",user="chenzero",cores=["0"]},{id="2540",type="process",description=\ "/usr/lib/i386-linux-gnu/zeitgeist-fts",user="chenzero",cores=["1","3"]},{id="2556",type="process",d\ escription="/bin/cat",user="chenzero",cores=["2"]},{id="2650",type="process",description="[kworker/3\ :2]",user="root",cores=["3"]},{id="2676",type="process",description="update-notifier",user="chenzero\ ",cores=["0","1","2"]},{id="2693",type="process",description="[kworker/2:2]",user="root",cores=["2"]\ },{id="2699",type="process",description="/usr/bin/python3 /usr/bin/update-manager --no-update --no-f\ ocus-on-map",user="chenzero",cores=["0","2","3"]},{id="2725",type="process",description="/usr/lib/i3\ 86-linux-gnu/deja-dup/deja-dup-monitor",user="chenzero",cores=["0","1","2"]},{id="2760",type="proces\ s",description="[kworker/0:0]",user="root",cores=["0"]},{id="2761",type="process",description="/bin/\ sh -c run-parts --report /etc/cron.daily",user="root",cores=["2"]},{id="2762",type="process",descrip\ tion="run-parts --report /etc/cron.daily",user="root",cores=["1"]},{id="2813",type="process",descrip\ tion="[kworker/u8:0]",user="root",cores=["3"]},{id="2815",type="process",description="./eclipse",use\ r="chenzero",cores=["0","1","2","3"]},{id="3304",type="process",description="[kworker/2:0]",user="ro\ ot",cores=["2"]},{id="3320",type="process",description="[kworker/3:0]",user="root",cores=["3"]},{id=\ "3322",type="process",description="[kworker/1:0]",user="root",cores=["1"]},{id="3327",type="process"\ ,description="[kworker/u8:1]",user="root",cores=["3"]},{id="3608",type="process",description="[kwork\ er/0:2]",user="root",cores=["0"]},{id="3674",type="process",description="/usr/bin/python3 /usr/share\ /oneconf/oneconf-service",user="chenzero",cores=["0","1","2"]},{id="3817",type="process",description\ ="/bin/bash /etc/cron.daily/mlocate",user="root",cores=["2"]},{id="3822",type="process",description=\ "flock --nonblock /run/mlocate.daily.lock /usr/bin/ionice -c3 /usr/bin/updatedb.mlocate",user="root"\ ,cores=["0"]},{id="3823",type="process",description="/usr/bin/updatedb.mlocate",user="root",cores=["\ 0"]},{id="3824",type="process",description="[kworker/u8:2]",user="root",cores=["1"]},{id="3842",type\ ="process",description="[kworker/1:2]",user="root",cores=["1"]},{id="3892",type="process",descriptio\ n="[kworker/3:1]",user="root",cores=["3"]},{id="3898",type="process",description="[kworker/2:1]",use\ r="root",cores=["2"]},{id="3953",type="process",description="gdb --interpreter mi2 --nx",user="chenz\ ero",cores=["3"]},{id="3969",type="process",description="/home/chenzero/workspace-cpp2/testdmp/Debug\ /testdmp",user="chenzero",cores=["2"]},{id="3976",type="process",description="/home/chenzero/workspa\ ce-cpp2/testdmp/Debug/testdmp",user="chenzero",cores=["1"]}] 350,233 (gdb) 350,233 =breakpoint-modified,bkpt={number="6",type="breakpoint",disp="keep",enabled="y",addr="",times="1",original-location="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp:10"},{numbe\ r="6.1",enabled="y",addr="0x080484d3",func="main(int, char const**)",file="../src/testdmp.cpp",fulln\ ame="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10",thread-groups=["i2"]},{number=\ "6.2",enabled="y",addr="0x080484d3",func="main(int, char const**)",file="../src/testdmp.cpp",fullnam\ e="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10",thread-groups=["i1"]} 350,233 *stopped,reason="breakpoint-hit",disp="keep",bkptno="6",frame={addr="0x080484d3",func="main"\ ,args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/testdmp.cpp",fullname=\ "/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10"},thread-id="1",stopped-threads=["1\ "],core="2" 350,233 44^done,groups=[{id="i2",type="process",pid="3976",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp"},{id="i1",type="process",pid="3969",executable="/home/chenzero/workspace-cpp\ 2/testdmp/Debug/testdmp",cores=["2"]}] 350,233 (gdb) 350,233 =breakpoint-modified,bkpt={number="5",type="breakpoint",disp="keep",enabled="y",addr="",times="1",original-location="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp:14"},{numbe\ r="5.1",enabled="y",addr="0x08048501",func="main(int, char const**)",file="../src/testdmp.cpp",fulln\ ame="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14",thread-groups=["i2"]},{number=\ "5.2",enabled="y",addr="0x08048501",func="main(int, char const**)",file="../src/testdmp.cpp",fullnam\ e="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14",thread-groups=["i1"]} 350,233 *stopped,reason="breakpoint-hit",disp="keep",bkptno="5",frame={addr="0x08048501",func="main"\ ,args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/testdmp.cpp",fullname=\ "/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},thread-id="2",stopped-threads=["2\ "],core="1" 350,233 45^done,threads=[{id="1",target-id="process 3969",name="testdmp",frame={level="0",addr="0x08\ 0484d3",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10"},state="stopped\ ",core="2"}] 350,233 (gdb) 350,233 46^done,threads=[{id="1",target-id="process 3969",name="testdmp",frame={level="0",addr="0x08\ 0484d3",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10"},state="stopped\ ",core="2"}] 350,233 (gdb) 350,274 47-list-thread-groups i2 350,275 47^done,threads=[{id="2",target-id="process 3976",name="testdmp",frame={level="0",addr="0x08\ 048501",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},state="stopped\ ",core="1"}] 350,275 (gdb) 350,342 48-list-thread-groups 350,342 48^done,groups=[{id="i2",type="process",pid="3976",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp",cores=["1"]},{id="i1",type="process",pid="3969",executable="/home/chenzero/w\ orkspace-cpp2/testdmp/Debug/testdmp",cores=["2"]}] 350,343 (gdb) 350,364 49-stack-info-depth --thread 1 11 350,364 49^done,depth="1" 350,364 (gdb) 350,385 50-stack-list-frames --thread 1 350,386 50^done,stack=[frame={level="0",addr="0x080484d3",func="main",file="../src/testdmp.cpp",full\ name="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="10"}] 350,386 (gdb) 350,500 51-stack-info-depth --thread 2 11 350,500 51^done,depth="1" 350,500 (gdb) 350,505 52-thread-info 2 350,506 52^done,threads=[{id="2",target-id="process 3976",name="testdmp",frame={level="0",addr="0x08\ 048501",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},state="stopped\ ",core="1"}] 350,507 (gdb) 358,254 53-exec-continue --thread-group i1 358,255 53^running 358,256 *running,thread-id="1" 358,256 =thread-selected,id="1" 358,256 (gdb) 358,256 =thread-exited,id="1",group-id="i1" 358,256 =thread-group-exited,id="i1",exit-code="0" 358,256 *stopped,reason="exited-normally" 358,279 54-list-thread-groups 358,280 55-thread-info 1 358,280 54^done,groups=[{id="i2",type="process",pid="3976",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp",cores=["1"]},{id="i1",type="process",executable="/home/chenzero/workspace-cp\ p2/testdmp/Debug/testdmp"}] 358,280 (gdb) 358,280 55^done,threads=[] 358,280 (gdb) 358,280 56-list-thread-groups 358,280 56^done,groups=[{id="i2",type="process",pid="3976",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp",cores=["1"]},{id="i1",type="process",executable="/home/chenzero/workspace-cp\ p2/testdmp/Debug/testdmp"}] 358,280 (gdb) 358,433 57-list-thread-groups i2 358,434 57^done,threads=[{id="2",target-id="process 3976",name="testdmp",frame={level="0",addr="0x08\ 048501",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},state="stopped\ ",core="1"}] 358,434 (gdb) 358,469 58-thread-info 2 358,470 58^done,threads=[{id="2",target-id="process 3976",name="testdmp",frame={level="0",addr="0x08\ 048501",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},state="stopped\ ",core="1"}] 358,470 (gdb) 358,478 59-stack-info-depth --thread 2 11 358,478 59^done,depth="1" 358,478 (gdb) 358,480 60-stack-list-frames --thread 2 358,480 60^done,stack=[frame={level="0",addr="0x08048501",func="main",file="../src/testdmp.cpp",full\ name="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"}] 358,480 (gdb) 391,646 61-exec-next --thread 2 1 391,646 61^running 391,647 *running,thread-id="2" 391,647 (gdb) 391,647 *stopped,reason="signal-received",signal-name="SIGHUP",signal-meaning="Hangup",frame={addr="\ 0x08048501",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src\ /testdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},thread-id=\ "2",stopped-threads=["2"],core="3" 391,657 62-stack-info-depth --thread 2 11 391,657 62^done,depth="1" 391,657 (gdb) 391,681 63-list-thread-groups 391,681 64-thread-info 2 391,681 63^done,groups=[{id="i2",type="process",pid="3976",executable="/home/chenzero/workspace-cpp2\ /testdmp/Debug/testdmp",cores=["3"]},{id="i1",type="process",executable="/home/chenzero/workspace-cp\ p2/testdmp/Debug/testdmp"}] 391,681 (gdb) 391,681 64^done,threads=[{id="2",target-id="process 3976",name="testdmp",frame={level="0",addr="0x08\ 048501",func="main",args=[{name="argc",value="1"},{name="argv",value="0xbfffe504"}],file="../src/tes\ tdmp.cpp",fullname="/home/chenzero/workspace-cpp2/testdmp/src/testdmp.cpp",line="14"},state="stopped\ ",core="3"}] 391,681 (gdb) 392,392 65-exec-next --thread 2 1 392,392 65^running 392,393 *running,thread-id="2" 392,393 (gdb) 392,394 =thread-exited,id="2",group-id="i2" 392,394 =thread-group-exited,id="i2" 392,394 *stopped,reason="exited-signalled",signal-name="SIGHUP",signal-meaning="Hangup" 392,401 66-gdb-exit 392,403 66^exit