From: 石井玄保 <ev8...@gmail.com>
Subject: [FreeBSD-users-jp 94213] Re: www/firefox が動かない 
Date: Wed, 29 May 2013 10:41:24 +0900

> ISHII@広島 と申します。
> Firefox が不安定なのは私と阿部さんだけのようで,???なのですが。

いえ。こちらでも発現しました。
普段console使いのマシンでは起きていなかったので、他人ごとだったのですが、
普段remoteで使って、適宜security patchをあてているマシンで
  いきなりsegment fault
になるという現象が出、当事者になってしまいました。

それで色々firefoxが入っているマシンで試したところこんな感じです。

8.3R/i386  安定して動いている
8.3R/amd64 すぐSEGV (2台で再現)
9.1R/amd64 しばらく使っていると落ちる。kinput2関連で落ちること多し。

8.3Rはclangいれていません。
どれもfirefox-22.0,1です。

8.3R/amd64のすぐにSEGVのマシンでは、portsをすべて消して、/usr/local以
下もきれいさっぱり消して、firefoxを作り直し、~/.mozillaもなしにしたの
ですが、落ちました。

しばらくしたら落ちる、ってのではなく、すぐに落ちるだとどうしようもなく
てかなり困る状況です。

参考になるかどうか判りませんが、
truss firefox
した結果と
gdb firefox
してrunしてbtした結果を添付します。
ldd `which firefox`
結果は以下の通りです。
/usr/local/bin/firefox:
        libstdc++.so.6 => /usr/local/lib/gcc46/libstdc++.so.6 (0x800786000)
        libm.so.5 => /lib/libm.so.5 (0x800a89000)
        libgcc_s.so.1 => /usr/local/lib/gcc46/libgcc_s.so.1 (0x800ba9000)
        libthr.so.3 => /lib/libthr.so.3 (0x800dbe000)
        libc.so.7 => /lib/libc.so.7 (0x800ed7000)

とりあえず1台を9.1Rにあげてみるかなぁ。なんかこれまでのMLの話からして
何も解決しないような気がすごくするんだけど。

何か助言をいただけると幸いです。

青木和麻呂
Script started on Tue Jul  2 15:23:59 2013
truss firefox
__sysctl(0x7fffffffd9e0,0x2,0x7fffffffd9fc,0x7fffffffd9f0,0x0,0x0) = 0 (0x0)
mmap(0x0,672,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366484480 (0x80066f000)
munmap(0x80066f000,672)                          = 0 (0x0)
__sysctl(0x7fffffffda50,0x2,0x800779368,0x7fffffffda48,0x0,0x0) = 0 (0x0)
mmap(0x0,32768,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 34366484480 
(0x80066f000)
issetugid(0x800670015,0x80066a484,0x800785a70,0x800785a40,0x5b91,0x0) = 0 (0x0)
__sysctl(0x7fffffffd610,0x2,0x800777c20,0x7fffffffd608,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffd610,0x2,0x800777d20,0x7fffffffd608,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffd610,0x2,0x800777e20,0x7fffffffd608,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffd610,0x2,0x800777f20,0x7fffffffd608,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffd610,0x2,0x800778020,0x7fffffffd608,0x0,0x0) = 0 (0x0)
open("/etc/libmap.conf",O_RDONLY,0666)           ERR#2 'No such file or 
directory'
access("/usr/local/lib/gcc46/libstdc++.so.6",0)  = 0 (0x0)
open("/usr/local/lib/gcc46/libstdc++.so.6",O_RDONLY,035711100) = 3 (0x3)
fstat(3,{ mode=-rwxr-xr-x ,inode=1531740,size=5772009,blksize=16384 }) = 0 (0x0)
pread(0x3,0x800778220,0x1000,0x0,0x101010101010101,0x8080808080808080) = 4096 
(0x1000)
mmap(0x0,3158016,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 
34367627264 (0x800786000)
mmap(0x800786000,937984,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 34367627264 (0x800786000)
mmap(0x800a6a000,40960,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0xe4000) = 
34370658304 (0x800a6a000)
mmap(0x800a74000,86016,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0)
 = 34370699264 (0x800a74000)
close(3)                                         = 0 (0x0)
access("/usr/local/lib/gcc46/libm.so.5",0)       ERR#2 'No such file or 
directory'
access("/usr/local/bin/libm.so.5",0)             ERR#2 'No such file or 
directory'
open("/var/run/ld-elf.so.hints",O_RDONLY,035711100) = 3 (0x3)
read(3,"Ehnt\^A\0\0\0\M^@\0\0\0\M^E\0\0"...,128) = 128 (0x80)
lseek(3,0x80,SEEK_SET)                           = 128 (0x80)
read(3,"/lib:/usr/lib:/usr/lib/compat:/u"...,133) = 133 (0x85)
close(3)                                         = 0 (0x0)
access("/lib/libm.so.5",0)                       = 0 (0x0)
open("/lib/libm.so.5",O_RDONLY,035711100)        = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=235527,size=156392,blksize=16384 }) = 0 (0x0)
pread(0x3,0x800778220,0x1000,0x0,0x101010101010101,0x8080808080808080) = 4096 
(0x1000)
mmap(0x0,1179648,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 
34370785280 (0x800a89000)
mmap(0x800a89000,122880,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 34370785280 (0x800a89000)
mmap(0x800ba7000,8192,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x1e000) = 
34371956736 (0x800ba7000)
close(3)                                         = 0 (0x0)
access("/usr/local/lib/gcc46/libgcc_s.so.1",0)   = 0 (0x0)
open("/usr/local/lib/gcc46/libgcc_s.so.1",O_RDONLY,035711100) = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=1531766,size=423553,blksize=16384 }) = 0 (0x0)
pread(0x3,0x800778220,0x1000,0x0,0x101010101010101,0x8080808080808080) = 4096 
(0x1000)
mmap(0x0,2183168,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 
34371964928 (0x800ba9000)
mmap(0x800ba9000,86016,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 34371964928 (0x800ba9000)
mmap(0x800dbd000,4096,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x14000) = 
34374144000 (0x800dbd000)
close(3)                                         = 0 (0x0)
access("/usr/local/lib/gcc46/libthr.so.3",0)     ERR#2 'No such file or 
directory'
access("/usr/local/bin/libthr.so.3",0)           ERR#2 'No such file or 
directory'
access("/lib/libthr.so.3",0)                     = 0 (0x0)
open("/lib/libthr.so.3",O_RDONLY,035711100)      = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=235593,size=93864,blksize=16384 }) = 0 (0x0)
pread(0x3,0x800778220,0x1000,0x0,0x101010101010101,0x8080808080808080) = 4096 
(0x1000)
mmap(0x0,1150976,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 
34374148096 (0x800dbe000)
mmap(0x800dbe000,81920,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 34374148096 (0x800dbe000)
mmap(0x800ed1000,12288,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x13000) = 
34375274496 (0x800ed1000)
mmap(0x800ed4000,12288,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0)
 = 34375286784 (0x800ed4000)
close(3)                                         = 0 (0x0)
access("/usr/local/lib/gcc46/libc.so.7",0)       ERR#2 'No such file or 
directory'
access("/usr/local/bin/libc.so.7",0)             ERR#2 'No such file or 
directory'
access("/lib/libc.so.7",0)                       = 0 (0x0)
open("/lib/libc.so.7",O_RDONLY,035711100)        = 3 (0x3)
fstat(3,{ mode=-r--r--r-- ,inode=235522,size=1304280,blksize=16384 }) = 0 (0x0)
pread(0x3,0x800778220,0x1000,0x0,0x101010101010101,0x8080808080808080) = 4096 
(0x1000)
mmap(0x0,2367488,PROT_NONE,MAP_PRIVATE|MAP_ANON|MAP_NOCORE,-1,0x0) = 
34375299072 (0x800ed7000)
mmap(0x800ed7000,1085440,PROT_READ|PROT_EXEC,MAP_PRIVATE|MAP_FIXED|MAP_NOCORE,3,0x0)
 = 34375299072 (0x800ed7000)
mmap(0x8010df000,126976,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED,3,0x108000) 
= 34377428992 (0x8010df000)
mmap(0x8010fe000,110592,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_FIXED|MAP_ANON,-1,0x0)
 = 34377555968 (0x8010fe000)
close(3)                                         = 0 (0x0)
mmap(0x0,1872,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366517248 (0x800677000)
munmap(0x800677000,1872)                         = 0 (0x0)
mmap(0x0,60224,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366517248 (0x800677000)
munmap(0x800677000,60224)                        = 0 (0x0)
mmap(0x0,4160,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366517248 (0x800677000)
munmap(0x800677000,4160)                         = 0 (0x0)
mmap(0x0,2512,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366517248 (0x800677000)
munmap(0x800677000,2512)                         = 0 (0x0)
mmap(0x0,8144,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366517248 (0x800677000)
munmap(0x800677000,8144)                         = 0 (0x0)
mmap(0x0,43776,PROT_READ|PROT_WRITE,MAP_ANON,-1,0x0) = 34366517248 (0x800677000)
munmap(0x800677000,43776)                        = 0 (0x0)
sysarch(0x81,0x7fffffffdad0,0x800674308,0x0,0xffffffffff58aa90,0x8080808080808080)
 = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
__sysctl(0x7fffffffda60,0x2,0x801104cc0,0x7fffffffda58,0x0,0x0) = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
getpid()                                         = 1948 (0x79c)
__sysctl(0x7fffffffda40,0x2,0x800ed6370,0x7fffffffda48,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffd9d0,0x2,0x7fffffffd960,0x7fffffffd9c8,0x800dd0678,0xd) = 0 
(0x0)
__sysctl(0x7fffffffd960,0x3,0x800ed5268,0x7fffffffda48,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffda00,0x2,0x801104a48,0x7fffffffd9f8,0x0,0x0) = 0 (0x0)
readlink("/etc/je_malloc.conf",0x7fffffffd530,1024) ERR#2 'No such file or 
directory'
__sysctl(0x7fffffffd7c0,0x2,0x7fffffffd7dc,0x7fffffffd7d0,0x0,0x0) = 0 (0x0)
mmap(0x0,1048576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 
34377666560 (0x801119000)
munmap(0x801119000,1048576)                      = 0 (0x0)
mmap(0x0,2093056,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 
34377666560 (0x801119000)
munmap(0x801119000,946176)                       = 0 (0x0)
munmap(0x801300000,98304)                        = 0 (0x0)
__sysctl(0x7fffffffd950,0x2,0x7fffffffd96c,0x7fffffffd960,0x0,0x0) = 0 (0x0)
mmap(0x0,1048576,PROT_READ|PROT_WRITE,MAP_PRIVATE|MAP_ANON,-1,0x0) = 
34379661312 (0x801300000)
thr_self(0x8013021c0,0x0,0x0,0x0,0x188,0x0)      = 0 (0x0)
mmap(0x7fffffbff000,4096,PROT_NONE,MAP_ANON,-1,0x0) = 140737484156928 
(0x7fffffbff000)
thr_set_name(0x18713,0x800dd06c0,0x400000,0x1000,0xffffffff,0x0) = 0 (0x0)
rtprio_thread(0x0,0x18713,0x7fffffffd9f0,0x1000,0xffffffff,0x0) = 0 (0x0)
sysarch(0x81,0x7fffffffda10,0x800ed4e40,0x800ed4f48,0xffffffff,0x0) = 0 (0x0)
sigprocmask(SIG_SETMASK,SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigaction(32,{ 0x800dc9f50 SA_RESTART|SA_SIGINFO ss_t },0x0) = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
sigprocmask(SIG_BLOCK,SIGHUP|SIGINT|SIGQUIT|SIGKILL|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|SIGINFO|SIGUSR1|SIGUSR2,0x0)
 = 0 (0x0)
sigprocmask(SIG_SETMASK,0x0,0x0)                 = 0 (0x0)
gettimeofday({1372746239.237006 },0x0)           = 0 (0x0)
SIGNAL 10 (SIGBUS)
process exit, rval = 0

Script done on Tue Jul  2 15:23:59 2013
Script started on Tue Jul  2 15:25:01 2013
gdb firefox
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols 
found)...
(gdb) run
Starting program: /usr/local/bin/firefox 
[New LWP 100096]
[New Thread 8013021c0 (LWP 100096/initial thread)]

Program received signal SIGBUS, Bus error.
[Switching to Thread 8013021c0 (LWP 100096/initial thread)]
0x0000000000427b46 in realloc ()
(gdb) bt
#0  0x0000000000427b46 in realloc ()
#1  0x0000000800fc475e in strnlen () from /lib/libc.so.7
#2  0x0000000800fc4af1 in strnlen () from /lib/libc.so.7
#3  0x0000000800fc537c in setenv () from /lib/libc.so.7
#4  0x0000000000402565 in ?? ()
#5  0x0000000000402b5e in _start ()
#6  0x0000000800671000 in ?? ()
#7  0x0000000000000000 in ?? ()
#8  0x0000000000000000 in ?? ()
#9  0x0000000000000001 in ?? ()
#10 0x00007fffffffe598 in ?? ()
#11 0x0000000000000000 in ?? ()
#12 0x00007fffffffe5af in ?? ()
#13 0x00007fffffffe5ba in ?? ()
#14 0x00007fffffffe5c3 in ?? ()
#15 0x00007fffffffe5d5 in ?? ()
#16 0x00007fffffffe5eb in ?? ()
#17 0x00007fffffffe91b in ?? ()
#18 0x00007fffffffe928 in ?? ()
#19 0x00007fffffffe937 in ?? ()
#20 0x00007fffffffe956 in ?? ()
#21 0x00007fffffffe961 in ?? ()
#22 0x00007fffffffe972 in ?? ()
#23 0x00007fffffffe97d in ?? ()
#24 0x00007fffffffe9e2 in ?? ()
#25 0x00007fffffffe9ec in ?? ()
#26 0x00007fffffffe9fd in ?? ()
#27 0x00007fffffffea11 in ?? ()
#28 0x00007fffffffea23 in ?? ()
#29 0x00007fffffffea32 in ?? ()
#30 0x00007fffffffea3a in ?? ()
#31 0x00007fffffffea4a in ?? ()
#32 0x00007fffffffea52 in ?? ()
#33 0x00007fffffffea5c in ?? ()
#34 0x00007fffffffea68 in ?? ()
#35 0x00007fffffffea72 in ?? ()
#36 0x00007fffffffea87 in ?? ()
#37 0x00007fffffffea92 in ?? ()
#38 0x00007fffffffeaa1 in ?? ()
#39 0x00007fffffffeaba in ?? ()
#40 0x00007fffffffeadb in ?? ()
#41 0x00007fffffffeaee in ?? ()
#42 0x00007fffffffeb0d in ?? ()
#43 0x00007fffffffeb53 in ?? ()
#44 0x00007fffffffeb62 in ?? ()
#45 0x00007fffffffeb6e in ?? ()
#46 0x00007fffffffeb76 in ?? ()
#47 0x00007fffffffeb8d in ?? ()
#48 0x00007fffffffeb9a in ?? ()
---Type <return> to continue, or q <return> to quit---
#49 0x00007fffffffebb3 in ?? ()
#50 0x00007fffffffebcb in ?? ()
#51 0x00007fffffffebda in ?? ()
#52 0x00007fffffffecf9 in ?? ()
#53 0x00007fffffffed05 in ?? ()
#54 0x00007fffffffed24 in ?? ()
#55 0x00007fffffffed3b in ?? ()
#56 0x00007fffffffed5d in ?? ()
#57 0x00007fffffffed6d in ?? ()
#58 0x00007fffffffed8d in ?? ()
#59 0x00007fffffffedb0 in ?? ()
#60 0x00007fffffffedd2 in ?? ()
#61 0x00007fffffffee01 in ?? ()
#62 0x00007fffffffee10 in ?? ()
#63 0x00007fffffffee2e in ?? ()
#64 0x00007fffffffee3d in ?? ()
#65 0x00007fffffffee66 in ?? ()
#66 0x00007fffffffee71 in ?? ()
#67 0x00007fffffffeea2 in ?? ()
#68 0x00007fffffffeed3 in ?? ()
#69 0x00007fffffffeee7 in ?? ()
#70 0x00007fffffffeeff in ?? ()
#71 0x00007fffffffef31 in ?? ()
#72 0x00007fffffffef42 in ?? ()
#73 0x00007fffffffef94 in ?? ()
#74 0x0000000000000000 in ?? ()
#75 0x0000000000000003 in ?? ()
#76 0x0000000000400040 in ?? ()
#77 0x0000000000000004 in ?? ()
#78 0x0000000000000038 in ?? ()
#79 0x0000000000000005 in ?? ()
#80 0x000000000000000a in ?? ()
#81 0x0000000000000006 in ?? ()
#82 0x0000000000001000 in ?? ()
#83 0x0000000000000008 in ?? ()
#84 0x0000000000000000 in ?? ()
#85 0x0000000000000009 in ?? ()
#86 0x0000000000402ad0 in ?? ()
#87 0x0000000000000007 in ?? ()
#88 0x000000080063f000 in ?? ()
#89 0x000000000000000f in ?? ()
#90 0x00007fffffffffa9 in ?? ()
#91 0x0000000000000000 in ?? ()
#92 0x0000000000000000 in ?? ()
#93 0x0000000000000000 in ?? ()
#94 0x0000000000000000 in ?? ()
#95 0x0000000000000000 in ?? ()
#96 0x0000000000000000 in ?? ()
#97 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#98 0x0000000000000000 in ?? ()
#99 0x0000000000000000 in ?? ()
#100 0x0000000000000000 in ?? ()
#101 0x0000000000000000 in ?? ()
#102 0x0000000000000000 in ?? ()
#103 0x0000000000000000 in ?? ()
#104 0x0000000000000000 in ?? ()
#105 0x0000000000000000 in ?? ()
#106 0x0000000000000000 in ?? ()
#107 0x0000000000000000 in ?? ()
#108 0x0000000000000000 in ?? ()
#109 0x0000000000000000 in ?? ()
#110 0x0000000000000000 in ?? ()
#111 0x0000000000000000 in ?? ()
#112 0x0000000000000000 in ?? ()
#113 0x0000000000000000 in ?? ()
#114 0x0000000000000000 in ?? ()
#115 0x0000000000000000 in ?? ()
#116 0x0000000000000000 in ?? ()
#117 0x0000000000000000 in ?? ()
#118 0x0000000000000000 in ?? ()
#119 0x0000000000000000 in ?? ()
#120 0x0000000000000000 in ?? ()
#121 0x0000000000000000 in ?? ()
#122 0x0000000000000000 in ?? ()
#123 0x0000000000000000 in ?? ()
#124 0x0000000000000000 in ?? ()
#125 0x0000000000000000 in ?? ()
#126 0x0000000000000000 in ?? ()
#127 0x0000000000000000 in ?? ()
#128 0x0000000000000000 in ?? ()
#129 0x0000000000000000 in ?? ()
#130 0x636f6c2f7273752f in ?? ()
#131 0x662f6e69622f6c61 in ?? ()
#132 0x4300786f66657269 in ?? ()
#133 0x383d534e4d554c4f in ?? ()
#134 0x3d53454e494c0030 in ?? ()
#135 0x5049524353003035 in ?? ()
#136 0x6373657079743d54 in ?? ()
#137 0x4554580074706972 in ?? ()
#138 0x4c4c4548535f4d52 in ?? ()
#139 0x63742f6e69622f3d in ?? ()
#140 0x434d524554006873 in ?? ()
#141 0x6d726574783d5041 in ?? ()
#142 0x632d6d726574787c in ?? ()
#143 0x3131587c726f6c6f in ?? ()
#144 0x616e696d72657420 in ?? ()
#145 0x74616c756d65206c in ?? ()
#146 0x743a4069743a726f in ?? ()
---Type <return> to continue, or q <return> to quit---
#147 0x455c3d316b3a4065 in ?? ()
#148 0x455c3d326b3a504f in ?? ()
#149 0x455c3d336b3a514f in ?? ()
#150 0x455c3d346b3a524f in ?? ()
#151 0x455c3d356b3a534f in ?? ()
#152 0x3d366b3a7e35315b in ?? ()
#153 0x6b3a7e37315b455c in ?? ()
#154 0x7e38315b455c3d37 in ?? ()
#155 0x315b455c3d386b3a in ?? ()
#156 0x455c3d396b3a7e39 in ?? ()
#157 0x3d3b6b3a7e30325b in ?? ()
#158 0x463a7e31325b455c in ?? ()
#159 0x7e33325b455c3d31 in ?? ()
#160 0x325b455c3d32463a in ?? ()
#161 0x455c3d37403a7e34 in ?? ()
#162 0x455c3d38403a464f in ?? ()
#163 0x455c3d496b3a4d4f in ?? ()
#164 0x5c3d686b3a7e325b in ?? ()
#165 0x5c3d506b3a484f45 in ?? ()
#166 0x3d4e6b3a7e355b45 in ?? ()
#167 0x756b3a7e365b455c in ?? ()
#168 0x646b3a414f455c3d in ?? ()
#169 0x726b3a424f455c3d in ?? ()
#170 0x6c6b3a434f455c3d in ?? ()
#171 0x6d4b3a444f455c3d in ?? ()
#172 0x696c3a4d5b455c3d in ?? ()
#173 0x38236f633a303523 in ?? ()
#174 0x236e6b3a6d613a30 in ?? ()
#175 0x696d3a6d6b3a3231 in ?? ()
#176 0x413a6e783a736d3a in ?? ()
#177 0x3a475e3d6c623a58 in ?? ()
#178 0x70215b455c3d7369 in ?? ()
#179 0x6c343b333f5b455c in ?? ()
#180 0x3e455c6c345b455c in ?? ()
#181 0x215b455c3d73723a in ?? ()
#182 0x343b333f5b455c70 in ?? ()
#183 0x455c6c345b455c6c in ?? ()
#184 0x3a485e3d656c3a3e in ?? ()
#185 0x64255b455c3d4c41 in ?? ()
#186 0x5b455c3d4c443a4c in ?? ()
#187 0x5c3d43443a4d6425 in ?? ()
#188 0x6c613a5064255b45 in ?? ()
#189 0x63643a4c5b455c3d in ?? ()
#190 0x6c643a505b455c3d in ?? ()
#191 0x50553a4d5b455c3d in ?? ()
#192 0x3a4164255b455c3d in ?? ()
#193 0x64255b455c3d4f44 in ?? ()
#194 0x5b455c3d454c3a42 in ?? ()
#195 0x5c3d49523a446425 in ?? ()
---Type <return> to continue, or q <return> to quit---
#196 0x6f683a4364255b45 in ?? ()
#197 0x64633a485b455c3d in ?? ()
#198 0x65633a4a5b455c3d in ?? ()
#199 0x6c633a4b5b455c3d in ?? ()
#200 0x5b455c485b455c3d in ?? ()
#201 0x455c3d6d633a4a32 in ?? ()
#202 0x64253b642569255b in ?? ()
#203 0x5b455c3d73633a48 in ?? ()
#204 0x7264253b64256925 in ?? ()
#205 0x345b455c3d6d693a in ?? ()
#206 0x5b455c3d69653a68 in ?? ()
#207 0x455c3d736b3a6c34 in ?? ()
#208 0x3a3d455c68313f5b in ?? ()
#209 0x313f5b455c3d656b in ?? ()
#210 0x3d446b3a3e455c6c in ?? ()
#211 0x66733a7e335b455c in ?? ()
#212 0x5c3d72733a6e5c3d in ?? ()
#213 0x455c3d74733a4d45 in ?? ()
#214 0x5b455c3d74633a48 in ?? ()
#215 0x455c3d63733a6733 in ?? ()
#216 0x38455c3d63723a37 in ?? ()
#217 0x4228455c3d41653a in ?? ()
#218 0x3d73613a3029455c in ?? ()
#219 0x3d65613a3028455c in ?? ()
#220 0x3d6c6d3a4228455c in ?? ()
#221 0x5c3d756d3a6c455c in ?? ()
#222 0x455c3d70753a6d45 in ?? ()
#223 0x455c3d646e3a415b in ?? ()
#224 0x455c3d646d3a435b in ?? ()
#225 0x5c3d656d3a6d315b in ?? ()
#226 0x5c3d726d3a6d5b45 in ?? ()
#227 0x3d6f733a6d375b45 in ?? ()
#228 0x65733a6d375b455c in ?? ()
#229 0x3a6d37325b455c3d in ?? ()
#230 0x6d345b455c3d7375 in ?? ()
#231 0x325b455c3d65753a in ?? ()
#232 0x455c3d69763a6d34 in ?? ()
#233 0x65763a6c35323f5b in ?? ()
#234 0x6835323f5b455c3d in ?? ()
#235 0x38236f433a74753a in ?? ()
#236 0x6f3a34362361703a in ?? ()
#237 0x3b39335b455c3d70 in ?? ()
#238 0x5c3d42413a6d3934 in ?? ()
#239 0x413a6d6425345b45 in ?? ()
#240 0x6425335b455c3d46 in ?? ()
#241 0x31305c3d626b3a6d in ?? ()
#242 0x414e474f4c003a30 in ?? ()
#243 0x006f72616d3d454d in ?? ()
#244 0x4f4c5f4d52455458 in ?? ()
---Type <return> to continue, or q <return> to quit---
#245 0x5800433d454c4143 in ?? ()
#246 0x5245565f4d524554 in ?? ()
#247 0x4f2e583d4e4f4953 in ?? ()
#248 0x302e362e37206772 in ?? ()
#249 0x4944002933393228 in ?? ()
#250 0x303a3d59414c5053 in ?? ()
#251 0x49574f444e495700 in ?? ()
#252 0x3236383833383d44 in ?? ()
#253 0x783d4d5245540031 in ?? ()
#254 0x584554006d726574 in ?? ()
#255 0x2e3d535455504e49 in ?? ()
#256 0x6d2f656d6f682f3a in ?? ()
#257 0x2f7865742f6f7261 in ?? ()
#258 0x2f3a737475706e69 in ?? ()
#259 0x61636f6c2f727375 in ?? ()
#260 0x65742f62696c2f6c in ?? ()
#261 0x737475706e692f78 in ?? ()
#262 0x6f6c2f7273752f3a in ?? ()
#263 0x726168732f6c6163 in ?? ()
#264 0x2f666d7865742f65 in ?? ()
#265 0x616c702f78657470 in ?? ()
#266 0x657361622f786574 in ?? ()
#267 0x6d3d52455355003a in ?? ()
#268 0x4843414d006f7261 in ?? ()
#269 0x6b6e753d45505954 in ?? ()
#270 0x49414d006e776f6e in ?? ()
#271 0x6d2f7261762f3d4c in ?? ()
#272 0x6f72616d2f6c6961 in ?? ()
#273 0x642f3d4550415400 in ?? ()
#274 0x747361726e2f7665 in ?? ()
#275 0x4f444e4556006332 in ?? ()
#276 0x776f6e6b6e753d52 in ?? ()
#277 0x3d4c564c4853006e in ?? ()
#278 0x2f3d454d4f480032 in ?? ()
#279 0x72616d2f656d6f68 in ?? ()
#280 0x733d5353454c006f in ?? ()
#281 0x494245524f4e0058 in ?? ()
#282 0x45474150003d444e in ?? ()
#283 0x007373656c6a3d52 in ?? ()
#284 0x763d4c4155534956 in ?? ()
#285 0x455350544e4e0069 in ?? ()
#286 0x6573693d52455652 in ?? ()
#287 0x47007377656e2d63 in ?? ()
#288 0x6573693d50554f52 in ?? ()
#289 0x45565245534a0063 in ?? ()
#290 0x6162616375733d52 in ?? ()
#291 0x752f3d4853414b00 in ?? ()
#292 0x6c61636f6c2f7273 in ?? ()
#293 0x696c2f6873616b2f in ?? ()
---Type <return> to continue, or q <return> to quit---
#294 0x48454646414b0062 in ?? ()
#295 0x7273752f3d454d4f in ?? ()
#296 0x732f6c61636f6c2f in ?? ()
#297 0x66616b2f65726168 in ?? ()
#298 0x3d454d414e006566 in ?? ()
#299 0x6f72616d757a614b in ?? ()
#300 0x455200696b6f4120 in ?? ()
#301 0x6f682f3d45544f4d in ?? ()
#302 0x2f6f72616d2f656d in ?? ()
#303 0x65722f787069742e in ?? ()
#304 0x5453420065746f6d in ?? ()
#305 0x2e3d535455504e49 in ?? ()
#306 0x6d2f656d6f682f3a in ?? ()
#307 0x2f7865742f6f7261 in ?? ()
#308 0x2f3a737475706e69 in ?? ()
#309 0x61636f6c2f727375 in ?? ()
#310 0x2f65726168732f6c in ?? ()
#311 0x626a2f666d786574 in ?? ()
#312 0x73622f7865746269 in ?? ()
#313 0x45424f4441003a74 in ?? ()
#314 0x504a3d474e414c5f in ?? ()
#315 0x534b434f4c42004e in ?? ()
#316 0x4f4d004b3d455a49 in ?? ()
#317 0x475000632d3d4552 in ?? ()
#318 0x682f3d4854415050 in ?? ()
#319 0x6f72616d2f656d6f in ?? ()
#320 0x4e4957007067702f in ?? ()
#321 0x3d48544150574f44 in ?? ()
#322 0x48435353454c0039 in ?? ()
#323 0x616a3d5445535241 in ?? ()
#324 0x6a2d6573656e6170 in ?? ()
#325 0x4944525254007369 in ?? ()
#326 0x2f656d6f682f3d52 in ?? ()
#327 0x742f7a7472617571 in ?? ()
#328 0x4c52495341007272 in ?? ()
#329 0x3d4854415044414f in ?? ()
#330 0x2f3d48544150002e in ?? ()
#331 0x72616d2f656d6f68 in ?? ()
#332 0x6f682f3a73732f6f in ?? ()
#333 0x2f6f72616d2f656d in ?? ()
#334 0x346e75732f6e6962 in ?? ()
#335 0x6f6c2f7273752f3a in ?? ()
#336 0x3a6e69622f6c6163 in ?? ()
#337 0x636f6c2f7273752f in ?? ()
#338 0x6d2f6e69622f6c61 in ?? ()
#339 0x6c2f7273752f3a68 in ?? ()
#340 0x6e69622f6c61636f in ?? ()
#341 0x3a736c6f6f746d2f in ?? ()
#342 0x636f6c2f7273752f in ?? ()
---Type <return> to continue, or q <return> to quit---
#343 0x572f6e69622f6c61 in ?? ()
#344 0x7273752f3a346e6e in ?? ()
#345 0x622f6c61636f6c2f in ?? ()
#346 0x2f3a3131582f6e69 in ?? ()
#347 0x61636f6c2f727375 in ?? ()
#348 0x31582f6e69622f6c in ?? ()
#349 0x6d627074656e2f31 in ?? ()
#350 0x6f6c2f7273752f3a in ?? ()
#351 0x2f6e69622f6c6163 in ?? ()
#352 0x73752f3a626f6a72 in ?? ()
#353 0x2f6c61636f6c2f72 in ?? ()
#354 0x73752f3a656d6167 in ?? ()
#355 0x2f6c61636f6c2f72 in ?? ()
#356 0x7273752f3a706163 in ?? ()
#357 0x2f3a73656d61672f in ?? ()
#358 0x74736f682f727375 in ?? ()
#359 0x752f7273752f3a73 in ?? ()
#360 0x2f7273752f3a6263 in ?? ()
#361 0x7273752f3a6e6962 in ?? ()
#362 0x3131582f6e69622f in ?? ()
#363 0x74652f7273752f3a in ?? ()
#364 0x732f7273752f3a63 in ?? ()
#365 0x6e69622f3a6e6962 in ?? ()
#366 0x4845544f4d455200 in ?? ()
#367 0x4f4850003d54534f in ?? ()
#368 0x6d6f682f3d53454e in ?? ()
#369 0x2e2f6f72616d2f65 in ?? ()
#370 0x6f68702f78706974 in ?? ()
#371 0x444f4d580073656e in ?? ()
#372 0x403d535245494649 in ?? ()
#373 0x75706e696b3d6d69 in ?? ()
#374 0x4854554158003274 in ?? ()
#375 0x682f3d595449524f in ?? ()
#376 0x6f72616d2f656d6f in ?? ()
#377 0x6f68747561582e2f in ?? ()
#378 0x4548530079746972 in ?? ()
#379 0x2f6e69622f3d4c4c in ?? ()
#380 0x534f480068736374 in ?? ()
#381 0x2e63617266633d54 in ?? ()
#382 0x652e62616c636573 in ?? ()
#383 0x632e74746e2e6c63 in ?? ()
#384 0x42494200706a2e6f in ?? ()
#385 0x2e3d535455504e49 in ?? ()
#386 0x6d2f656d6f682f3a in ?? ()
#387 0x2f7865742f6f7261 in ?? ()
#388 0x003a737475706e69 in ?? ()
#389 0x535455504e49464d in ?? ()
#390 0x656d6f682f3a2e3d in ?? ()
#391 0x65742f6f72616d2f in ?? ()
---Type <return> to continue, or q <return> to quit---
#392 0x737475706e692f78 in ?? ()
#393 0x505353414c43003a in ?? ()
#394 0x752f3a2e3d485441 in ?? ()
#395 0x6c61636f6c2f7273 in ?? ()
#396 0x6b2f65726168732f in ?? ()
#397 0x616c632f65666661 in ?? ()
#398 0x70697a2e73657373 in ?? ()
#399 0x3d45505954534f00 in ?? ()
#400 0x0044534265657246 in ?? ()
#401 0x505f4645445f4343 in ?? ()
#402 0x6d6f682f3d485441 in ?? ()
#403 0x2e2f6f72616d2f65 in ?? ()
#404 0x5750006665646363 in ?? ()
#405 0x2f656d6f682f3d44 in ?? ()
#406 0x535643006f72616d in ?? ()
#407 0x78653a3d544f4f52 in ?? ()
#408 0x6574696e69663a74 in ?? ()
#409 0x732f656d6f682f3a in ?? ()
#410 0x76632f6162616375 in ?? ()
#411 0x525000746f6f7273 in ?? ()
#412 0x77703d5245544e49 in ?? ()
#413 0x4f52505f50544600 in ?? ()
#414 0x3a707474683d5958 in ?? ()
#415 0x3279786f72702f2f in ?? ()
#416 0x6c63652e6864722e in ?? ()
#417 0x2e6f632e74746e2e in ?? ()
#418 0x36363030323a706a in ?? ()
#419 0x505f50545448002f in ?? ()
#420 0x7474683d59584f52 in ?? ()
#421 0x636162612f2f3a70 in ?? ()
#422 0x652e7473682e7375 in ?? ()
#423 0x632e74746e2e6c63 in ?? ()
#424 0x3830383a706a2e6f in ?? ()
#425 0x505f505446002f30 in ?? ()
#426 0x4d5f455649535341 in ?? ()
#427 0x50006f6e3d45444f in ?? ()
#428 0x454d414e454e4f48 in ?? ()
#429 0x616b20696b6f613d in ?? ()
#430 0x44006f72616d757a in ?? ()
#431 0x4441454853504956 in ?? ()
#432 0x752f3a2e3d535245 in ?? ()
#433 0x6c61636f6c2f7273 in ?? ()
#434 0x742f65726168732f in ?? ()
#435 0x6976642f666d7865 in ?? ()
#436 0x3a657361622f7370 in ?? ()
#437 0x50595454534f4800 in ?? ()
#438 0x5342656572463d45 in ?? ()
#439 0x5441504e414d0044 in ?? ()
#440 0x732f7273752f3d48 in ?? ()
---Type <return> to continue, or q <return> to quit---
#441 0x6e616d2f65726168 in ?? ()
#442 0x31582f7273752f3a in ?? ()
#443 0x3a6e616d2f365231 in ?? ()
#444 0x636f6c2f7273752f in ?? ()
#445 0x2f3a6e616d2f6c61 in ?? ()
#446 0x61636f6c2f727375 in ?? ()
#447 0x6d2f676e616c2f6c in ?? ()
#448 0x2f7273752f3a6e61 in ?? ()
#449 0x54494445006e616d in ?? ()
#450 0x63616d656e3d524f in ?? ()
#451 0x000000776e2d2073 in ?? ()
#452 0x0000000000000000 in ?? ()
#453 0x0000000000000000 in ?? ()
#454 0x0000000000000000 in ?? ()
#455 0x0000000000000000 in ?? ()
#456 0x0000000000000000 in ?? ()
#457 0x0000000000000000 in ?? ()
#458 0x0000000000000000 in ?? ()
#459 0x0000000000000000 in ?? ()
#460 0x0000000000000000 in ?? ()
#461 0x0000000000000000 in ?? ()
#462 0x0000000000000000 in ?? ()
#463 0x0000000000000000 in ?? ()
#464 0x0000000000000000 in ?? ()
#465 0x0000000000000000 in ?? ()
#466 0x0000000000000000 in ?? ()
#467 0x0000000000000000 in ?? ()
#468 0x0000000000000000 in ?? ()
#469 0x0000000000000000 in ?? ()
#470 0x0000000000000000 in ?? ()
#471 0x0000000000000000 in ?? ()
#472 0x0000000000000000 in ?? ()
#473 0x0000000000000000 in ?? ()
#474 0x0000000000000000 in ?? ()
#475 0x0000000000000000 in ?? ()
#476 0x0000000000000000 in ?? ()
#477 0x0000000000000000 in ?? ()
#478 0x0000000000000000 in ?? ()
#479 0x0000000000000000 in ?? ()
#480 0x0000000000000000 in ?? ()
#481 0x0000000000000000 in ?? ()
#482 0x0000000000000000 in ?? ()
#483 0x0000000000000000 in ?? ()
#484 0x0000000000000000 in ?? ()
#485 0x0000000000000000 in ?? ()
#486 0x0000000000000000 in ?? ()
#487 0x0000000000000000 in ?? ()
#488 0x0000000000000000 in ?? ()
#489 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#490 0x0000000000000000 in ?? ()
#491 0x0000000000000000 in ?? ()
#492 0x0000000000000000 in ?? ()
#493 0x0000000000000000 in ?? ()
#494 0x0000000000000000 in ?? ()
#495 0x0000000000000000 in ?? ()
#496 0x0000000000000000 in ?? ()
#497 0x0000000000000000 in ?? ()
#498 0x0000000000000000 in ?? ()
#499 0x0000000000000000 in ?? ()
#500 0x0000000000000000 in ?? ()
#501 0x0000000000000000 in ?? ()
#502 0x0000000000000000 in ?? ()
#503 0x0000000000000000 in ?? ()
#504 0x0000000000000000 in ?? ()
#505 0x0000000000000000 in ?? ()
#506 0x0000000000000000 in ?? ()
#507 0x0000000000000000 in ?? ()
#508 0x0000000000000000 in ?? ()
#509 0x0000000000000000 in ?? ()
#510 0x0000000000000000 in ?? ()
#511 0x0000000000000000 in ?? ()
#512 0x0000000000000000 in ?? ()
#513 0x0000000000000000 in ?? ()
#514 0x0000000000000000 in ?? ()
#515 0x0000000000000000 in ?? ()
#516 0x0000000000000000 in ?? ()
#517 0x0000000000000000 in ?? ()
#518 0x0000000000000000 in ?? ()
#519 0x0000000000000000 in ?? ()
#520 0x0000000000000000 in ?? ()
#521 0x0000000000000000 in ?? ()
#522 0x0000000000000000 in ?? ()
#523 0x0000000000000000 in ?? ()
#524 0x0000000000000000 in ?? ()
#525 0x0000000000000000 in ?? ()
#526 0x0000000000000000 in ?? ()
#527 0x0000000000000000 in ?? ()
#528 0x0000000000000000 in ?? ()
#529 0x0000000000000000 in ?? ()
#530 0x0000000000000000 in ?? ()
#531 0x0000000000000000 in ?? ()
#532 0x0000000000000000 in ?? ()
#533 0x0000000000000000 in ?? ()
#534 0x0000000000000000 in ?? ()
#535 0x0000000000000000 in ?? ()
#536 0x0000000000000000 in ?? ()
#537 0x0000000000000000 in ?? ()
#538 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#539 0x0000000000000000 in ?? ()
#540 0x0000000000000000 in ?? ()
#541 0x0000000000000000 in ?? ()
#542 0x0000000000000000 in ?? ()
#543 0x0000000000000000 in ?? ()
#544 0x0000000000000000 in ?? ()
#545 0x0000000000000000 in ?? ()
#546 0x0000000000000000 in ?? ()
#547 0x0000000000000000 in ?? ()
#548 0x0000000000000000 in ?? ()
#549 0x0000000000000000 in ?? ()
#550 0x0000000000000000 in ?? ()
#551 0x0000000000000000 in ?? ()
#552 0x0000000000000000 in ?? ()
#553 0x0000000000000000 in ?? ()
#554 0x0000000000000000 in ?? ()
#555 0x0000000000000000 in ?? ()
#556 0x0000000000000000 in ?? ()
#557 0x0000000000000000 in ?? ()
#558 0x0000000000000000 in ?? ()
#559 0x0000000000000000 in ?? ()
#560 0x0000000000000000 in ?? ()
#561 0x0000000000000000 in ?? ()
#562 0x0000000000000000 in ?? ()
#563 0x0000000000000000 in ?? ()
#564 0x0000000000000000 in ?? ()
#565 0x0000000000000000 in ?? ()
#566 0x0000000000000000 in ?? ()
#567 0x0000000000000000 in ?? ()
#568 0x0000000000000000 in ?? ()
#569 0x0000000000000000 in ?? ()
#570 0x0000000000000000 in ?? ()
#571 0x0000000000000000 in ?? ()
#572 0x0000000000000000 in ?? ()
#573 0x0000000000000000 in ?? ()
#574 0x0000000000000000 in ?? ()
#575 0x0000000000000000 in ?? ()
#576 0x0000000000000000 in ?? ()
#577 0x0000000000000000 in ?? ()
#578 0x0000000000000000 in ?? ()
#579 0x0000000000000000 in ?? ()
#580 0x0000000000000000 in ?? ()
#581 0x0000000000000000 in ?? ()
#582 0x0000000000000000 in ?? ()
#583 0x0000000000000000 in ?? ()
#584 0x0000000000000000 in ?? ()
#585 0x0000000000000000 in ?? ()
#586 0x0000000000000000 in ?? ()
#587 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#588 0x0000000000000000 in ?? ()
#589 0x0000000000000000 in ?? ()
#590 0x0000000000000000 in ?? ()
#591 0x0000000000000000 in ?? ()
#592 0x0000000000000000 in ?? ()
#593 0x0000000000000000 in ?? ()
#594 0x0000000000000000 in ?? ()
#595 0x0000000000000000 in ?? ()
#596 0x0000000000000000 in ?? ()
#597 0x0000000000000000 in ?? ()
#598 0x0000000000000000 in ?? ()
#599 0x0000000000000000 in ?? ()
#600 0x0000000000000000 in ?? ()
#601 0x0000000000000000 in ?? ()
#602 0x0000000000000000 in ?? ()
#603 0x0000000000000000 in ?? ()
#604 0x0000000000000000 in ?? ()
#605 0x0000000000000000 in ?? ()
#606 0x0000000000000000 in ?? ()
#607 0x0000000000000000 in ?? ()
#608 0x0000000000000000 in ?? ()
#609 0x0000000000000000 in ?? ()
#610 0x0000000000000000 in ?? ()
#611 0x0000000000000000 in ?? ()
#612 0x0000000000000000 in ?? ()
#613 0x0000000000000000 in ?? ()
#614 0x0000000000000000 in ?? ()
#615 0x0000000000000000 in ?? ()
#616 0x0000000000000000 in ?? ()
#617 0x0000000000000000 in ?? ()
#618 0x0000000000000000 in ?? ()
#619 0x0000000000000000 in ?? ()
#620 0x0000000000000000 in ?? ()
#621 0x0000000000000000 in ?? ()
#622 0x0000000000000000 in ?? ()
#623 0x0000000000000000 in ?? ()
#624 0x0000000000000000 in ?? ()
#625 0x0000000000000000 in ?? ()
#626 0x0000000000000000 in ?? ()
#627 0x0000000000000000 in ?? ()
#628 0x0000000000000000 in ?? ()
#629 0x0000000000000000 in ?? ()
#630 0x0000000000000000 in ?? ()
#631 0x0000000000000000 in ?? ()
#632 0x0000000000000000 in ?? ()
#633 0x0000000000000000 in ?? ()
#634 0x0000000000000000 in ?? ()
#635 0x0000000000000000 in ?? ()
#636 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#637 0x0000000000000000 in ?? ()
#638 0x0000000000000000 in ?? ()
#639 0x0000000000000000 in ?? ()
#640 0x0000000000000000 in ?? ()
#641 0x0000000000000000 in ?? ()
#642 0x0000000000000000 in ?? ()
#643 0x0000000000000000 in ?? ()
#644 0x0000000000000000 in ?? ()
#645 0x0000000000000000 in ?? ()
#646 0x0000000000000000 in ?? ()
#647 0x0000000000000000 in ?? ()
#648 0x0000000000000000 in ?? ()
#649 0x0000000000000000 in ?? ()
#650 0x0000000000000000 in ?? ()
#651 0x0000000000000000 in ?? ()
#652 0x0000000000000000 in ?? ()
#653 0x0000000000000000 in ?? ()
#654 0x0000000000000000 in ?? ()
#655 0x0000000000000000 in ?? ()
#656 0x0000000000000000 in ?? ()
#657 0x0000000000000000 in ?? ()
#658 0x0000000000000000 in ?? ()
#659 0x0000000000000000 in ?? ()
#660 0x0000000000000000 in ?? ()
#661 0x0000000000000000 in ?? ()
#662 0x0000000000000000 in ?? ()
#663 0x0000000000000000 in ?? ()
#664 0x0000000000000000 in ?? ()
#665 0x0000000000000000 in ?? ()
#666 0x0000000000000000 in ?? ()
#667 0x0000000000000000 in ?? ()
#668 0x0000000000000000 in ?? ()
#669 0x0000000000000000 in ?? ()
#670 0x0000000000000000 in ?? ()
#671 0x0000000000000000 in ?? ()
#672 0x0000000000000000 in ?? ()
#673 0x0000000000000000 in ?? ()
#674 0x0000000000000000 in ?? ()
#675 0x0000000000000000 in ?? ()
#676 0x0000000000000000 in ?? ()
#677 0x0000000000000000 in ?? ()
#678 0x0000000000000000 in ?? ()
#679 0x0000000000000000 in ?? ()
#680 0x0000000000000000 in ?? ()
#681 0x0000000000000000 in ?? ()
#682 0x0000000000000000 in ?? ()
#683 0x0000000000000000 in ?? ()
#684 0x0000000000000000 in ?? ()
#685 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#686 0x0000000000000000 in ?? ()
#687 0x0000000000000000 in ?? ()
#688 0x0000000000000000 in ?? ()
#689 0x0000000000000000 in ?? ()
#690 0x0000000000000000 in ?? ()
#691 0x0000000000000000 in ?? ()
#692 0x0000000000000000 in ?? ()
#693 0x0000000000000000 in ?? ()
#694 0x0000000000000000 in ?? ()
#695 0x0000000000000000 in ?? ()
#696 0x0000000000000000 in ?? ()
#697 0x0000000000000000 in ?? ()
#698 0x0000000000000000 in ?? ()
#699 0x0000000000000000 in ?? ()
#700 0x0000000000000000 in ?? ()
#701 0x0000000000000000 in ?? ()
#702 0x0000000000000000 in ?? ()
#703 0x0000000000000000 in ?? ()
#704 0x0000000000000000 in ?? ()
#705 0x0000000000000000 in ?? ()
#706 0x0000000000000000 in ?? ()
#707 0x0000000000000000 in ?? ()
#708 0x0000000000000000 in ?? ()
#709 0x0000000000000000 in ?? ()
#710 0x0000000000000000 in ?? ()
#711 0x0000000000000000 in ?? ()
#712 0x0000000000000000 in ?? ()
#713 0x0000000000000000 in ?? ()
#714 0x0000000000000000 in ?? ()
#715 0x0000000000000000 in ?? ()
#716 0x0000000000000000 in ?? ()
#717 0x0000000000000000 in ?? ()
#718 0x0000000000000000 in ?? ()
#719 0x0000000000000000 in ?? ()
#720 0x0000000000000000 in ?? ()
#721 0x0000000000000000 in ?? ()
#722 0x0000000000000000 in ?? ()
#723 0x0000000000000000 in ?? ()
#724 0x0000000000000000 in ?? ()
#725 0x0000000000000000 in ?? ()
#726 0x0000000000000000 in ?? ()
#727 0x0000000000000000 in ?? ()
#728 0x0000000000000000 in ?? ()
#729 0x0000000000000000 in ?? ()
#730 0x0000000000000000 in ?? ()
#731 0x0000000000000000 in ?? ()
#732 0x0000000000000000 in ?? ()
#733 0x0000000000000000 in ?? ()
#734 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#735 0x0000000000000000 in ?? ()
#736 0x0000000000000000 in ?? ()
#737 0x0000000000000000 in ?? ()
#738 0x0000000000000000 in ?? ()
#739 0x0000000000000000 in ?? ()
#740 0x0000000000000000 in ?? ()
#741 0x0000000000000000 in ?? ()
#742 0x0000000000000000 in ?? ()
#743 0x0000000000000000 in ?? ()
#744 0x0000000000000000 in ?? ()
#745 0x0000000000000000 in ?? ()
#746 0x0000000000000000 in ?? ()
#747 0x0000000000000000 in ?? ()
#748 0x0000000000000000 in ?? ()
#749 0x0000000000000000 in ?? ()
#750 0x0000000000000000 in ?? ()
#751 0x0000000000000000 in ?? ()
#752 0x0000000000000000 in ?? ()
#753 0x0000000000000000 in ?? ()
#754 0x0000000000000000 in ?? ()
#755 0x0000000000000000 in ?? ()
#756 0x0000000000000000 in ?? ()
#757 0x0000000000000000 in ?? ()
#758 0x0000000000000000 in ?? ()
#759 0x0000000000000000 in ?? ()
#760 0x0000000000000000 in ?? ()
#761 0x0000000000000000 in ?? ()
#762 0x0000000000000000 in ?? ()
#763 0x0000000000000000 in ?? ()
#764 0x0000000000000000 in ?? ()
#765 0x0000000000000000 in ?? ()
#766 0x0000000000000000 in ?? ()
#767 0x0000000000000000 in ?? ()
#768 0x0000000000000000 in ?? ()
#769 0x0000000000000000 in ?? ()
#770 0x0000000000000000 in ?? ()
#771 0x0000000000000000 in ?? ()
#772 0x0000000000000000 in ?? ()
#773 0x0000000000000000 in ?? ()
#774 0x0000000000000000 in ?? ()
#775 0x0000000000000000 in ?? ()
#776 0x0000000000000000 in ?? ()
#777 0x0000000000000000 in ?? ()
#778 0x0000000000000000 in ?? ()
#779 0x0000000000000000 in ?? ()
#780 0x0000000000000000 in ?? ()
#781 0x0000000000000000 in ?? ()
#782 0x0000000000000000 in ?? ()
#783 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#784 0x0000000000000000 in ?? ()
#785 0x0000000000000000 in ?? ()
#786 0x0000000000000000 in ?? ()
#787 0x0000000000000000 in ?? ()
#788 0x0000000000000000 in ?? ()
#789 0x0000000000000000 in ?? ()
#790 0x0000000000000000 in ?? ()
#791 0x0000000000000000 in ?? ()
#792 0x0000000000000000 in ?? ()
#793 0x0000000000000000 in ?? ()
#794 0x0000000000000000 in ?? ()
#795 0x0000000000000000 in ?? ()
#796 0x0000000000000000 in ?? ()
#797 0x0000000000000000 in ?? ()
#798 0x0000000000000000 in ?? ()
#799 0x0000000000000000 in ?? ()
#800 0x0000000000000000 in ?? ()
#801 0x0000000000000000 in ?? ()
#802 0x0000000000000000 in ?? ()
#803 0x0000000000000000 in ?? ()
#804 0x0000000000000000 in ?? ()
#805 0x0000000000000000 in ?? ()
#806 0x0000000000000000 in ?? ()
#807 0x0000000000000000 in ?? ()
#808 0x0000000000000000 in ?? ()
#809 0x0000000000000000 in ?? ()
#810 0x0000000000000000 in ?? ()
#811 0x0000000000000000 in ?? ()
#812 0x0000000000000000 in ?? ()
#813 0x0000000000000000 in ?? ()
#814 0x0000000000000000 in ?? ()
#815 0x0000000000000000 in ?? ()
#816 0x0000000000000000 in ?? ()
#817 0x0000000000000000 in ?? ()
#818 0x0000000000000000 in ?? ()
#819 0x0000000000000000 in ?? ()
#820 0x0000000000000000 in ?? ()
#821 0x0000000000000000 in ?? ()
#822 0x0000000000000000 in ?? ()
#823 0x0000000000000000 in ?? ()
#824 0x0000000000000000 in ?? ()
#825 0x0000000000000000 in ?? ()
#826 0x0000000000000000 in ?? ()
#827 0x0000000000000000 in ?? ()
#828 0x0000000000000000 in ?? ()
#829 0x0000000000000000 in ?? ()
#830 0x0000000000000000 in ?? ()
#831 0x0000000000000000 in ?? ()
#832 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#833 0x0000000000000000 in ?? ()
#834 0x0000000000000000 in ?? ()
#835 0x0000000000000000 in ?? ()
#836 0x0000000000000000 in ?? ()
#837 0x0000000000000000 in ?? ()
#838 0x0000000000000000 in ?? ()
#839 0x0000000000000000 in ?? ()
#840 0x0000000000000000 in ?? ()
#841 0x0000000000000000 in ?? ()
#842 0x0000000000000000 in ?? ()
#843 0x0000000000000000 in ?? ()
#844 0x0000000000000000 in ?? ()
#845 0x0000000000000000 in ?? ()
#846 0x0000000000000000 in ?? ()
#847 0x0000000000000000 in ?? ()
#848 0x0000000000000000 in ?? ()
#849 0x0000000000000000 in ?? ()
#850 0x0000000000000000 in ?? ()
#851 0x0000000000000000 in ?? ()
#852 0x0000000000000000 in ?? ()
#853 0x0000000000000000 in ?? ()
#854 0x0000000000000000 in ?? ()
#855 0x0000000000000000 in ?? ()
#856 0x0000000000000000 in ?? ()
#857 0x0000000000000000 in ?? ()
#858 0x0000000000000000 in ?? ()
#859 0x0000000000000000 in ?? ()
#860 0x0000000000000000 in ?? ()
#861 0x0000000000000000 in ?? ()
#862 0x0000000000000000 in ?? ()
#863 0x0000000000000000 in ?? ()
#864 0x0000000000000000 in ?? ()
#865 0x0000000000000000 in ?? ()
#866 0x0000000000000000 in ?? ()
#867 0x0000000000000000 in ?? ()
#868 0x0000000000000000 in ?? ()
#869 0x0000000000000000 in ?? ()
#870 0x0000000000000000 in ?? ()
#871 0x0000000000000000 in ?? ()
#872 0x0000000000000000 in ?? ()
#873 0x0000000000000000 in ?? ()
#874 0x0000000000000000 in ?? ()
#875 0x0000000000000000 in ?? ()
#876 0x0000000000000000 in ?? ()
#877 0x0000000000000000 in ?? ()
#878 0x0000000000000000 in ?? ()
#879 0x0000000000000000 in ?? ()
#880 0x0000000000000000 in ?? ()
#881 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#882 0x0000000000000000 in ?? ()
#883 0x0000000000000000 in ?? ()
#884 0x0000000000000000 in ?? ()
#885 0x0000000000000000 in ?? ()
#886 0x0000000000000000 in ?? ()
#887 0x0000000000000000 in ?? ()
#888 0x0000000000000000 in ?? ()
#889 0x0000000000000000 in ?? ()
#890 0x0000000000000000 in ?? ()
#891 0x0000000000000000 in ?? ()
#892 0x0000000000000000 in ?? ()
#893 0x0000000000000000 in ?? ()
#894 0x0000000000000000 in ?? ()
#895 0x0000000000000000 in ?? ()
#896 0x0000000000000000 in ?? ()
#897 0x0000000000000000 in ?? ()
#898 0x0000000000000000 in ?? ()
#899 0x0000000000000000 in ?? ()
#900 0x0000000000000000 in ?? ()
#901 0x0000000000000000 in ?? ()
#902 0x0000000000000000 in ?? ()
#903 0x0000000000000000 in ?? ()
#904 0x0000000000000000 in ?? ()
#905 0x0000000000000000 in ?? ()
#906 0x0000000000000000 in ?? ()
#907 0x0000000000000000 in ?? ()
#908 0x0000000000000000 in ?? ()
#909 0x0000000000000000 in ?? ()
#910 0x0000000000000000 in ?? ()
#911 0x0000000000000000 in ?? ()
#912 0x0000000000000000 in ?? ()
#913 0x0000000000000000 in ?? ()
#914 0x0000000000000000 in ?? ()
#915 0x0000000000000000 in ?? ()
#916 0x0000000000000000 in ?? ()
#917 0x0000000000000000 in ?? ()
#918 0x0000000000000000 in ?? ()
#919 0x0000000000000000 in ?? ()
#920 0x0000000000000000 in ?? ()
#921 0x0000000000000000 in ?? ()
#922 0x0000000000000000 in ?? ()
#923 0x0000000000000000 in ?? ()
#924 0x0000000000000000 in ?? ()
#925 0x0000000000000000 in ?? ()
#926 0x0000000000000000 in ?? ()
#927 0x0000000000000000 in ?? ()
#928 0x0000000000000000 in ?? ()
#929 0x0000000000000000 in ?? ()
#930 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#931 0x0000000000000000 in ?? ()
#932 0x0000000000000000 in ?? ()
#933 0x0000000000000000 in ?? ()
#934 0x0000000000000000 in ?? ()
#935 0x0000000000000000 in ?? ()
#936 0x0000000000000000 in ?? ()
#937 0x0000000000000000 in ?? ()
#938 0x0000000000000000 in ?? ()
#939 0x0000000000000000 in ?? ()
#940 0x0000000000000000 in ?? ()
#941 0x0000000000000000 in ?? ()
#942 0x0000000000000000 in ?? ()
#943 0x0000000000000000 in ?? ()
#944 0x0000000000000000 in ?? ()
#945 0x0000000000000000 in ?? ()
#946 0x0000000000000000 in ?? ()
#947 0x0000000000000000 in ?? ()
#948 0x0000000000000000 in ?? ()
#949 0x0000000000000000 in ?? ()
#950 0x0000000000000000 in ?? ()
#951 0x0000000000000000 in ?? ()
#952 0x0000000000000000 in ?? ()
#953 0x0000000000000000 in ?? ()
#954 0x0000000000000000 in ?? ()
#955 0x0000000000000000 in ?? ()
#956 0x0000000000000000 in ?? ()
#957 0x0000000000000000 in ?? ()
#958 0x0000000000000000 in ?? ()
#959 0x0000000000000000 in ?? ()
#960 0x0000000000000000 in ?? ()
#961 0x0000000000000000 in ?? ()
#962 0x0000000000000000 in ?? ()
#963 0x0000000000000000 in ?? ()
#964 0x6f6c2f7273752f00 in ?? ()
#965 0x2f6e69622f6c6163 in ?? ()
#966 0x00786f6665726966 in ?? ()
#967 0x247c8d48002454ff in ?? ()
#968 0x01a1c0c748006a10 in ?? ()
#969 0x66fdebf4050f0000 in ?? ()
#970 0x9066669066669066 in ?? ()
#971 0x00007fffffffe1d8 in ?? ()
#972 0x0000000000000001 in ?? ()
#973 0x00007fffffffe1e8 in ?? ()
#974 0x000000000000003e in ?? ()
Error accessing memory address 0x800000000000: Bad address.
(gdb) quit
The program is running.  Exit anyway? (y or n) y

Script done on Tue Jul  2 15:25:15 2013

メールによる返信