View Single Post
  #12  
Old 10-22-2015, 01:23 AM
twidget60
Fire Beetle
 
Join Date: Oct 2015
Location: Seattle
Posts: 3
Default My gdb code...

Code:
(gdb) run
Starting program: /home/pi/server/world 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
[New Thread 0x76790450 (LWP 3228)]
[New Thread 0x75d90450 (LWP 3229)]
[New Thread 0x753ff450 (LWP 3230)]
[Thread 0x753ff450 (LWP 3230) exited]
[World Server] Loading server configuration..
[World Server] CURRENT_VERSION: 1.1.3
[World Server] Added loginserver login.eqemulator.net:5998
[World Server] Connecting to MySQL...
[Status] Starting File Log 'logs/world_3225.log'
[World Server] HTTP world service disabled.
[World Server] Checking Database Conversions..
[Upgrade Script] No script update necessary 
Perl Version is 5.20.2
============================================================
           EQEmu: Automatic Upgrade Check         
============================================================
	(Linux) MySQL is in system path 
	Path = /usr/bin/mysql
============================================================
	Binary Revision / Local: (9087 / 9087)
	Database up to Date: Continuing World Bootup...
============================================================
[World Server] Loading variables..

Program received signal SIGSEGV, Segmentation fault.
0x76fbcd58 in memcmp () from /usr/lib/arm-linux-gnueabihf/libarmmem.so
(gdb) backtrace
#0  0x76fbcd58 in memcmp () from /usr/lib/arm-linux-gnueabihf/libarmmem.so
#1  0x00000000 in ?? ()
(gdb) step
Single stepping until exit from function memcmp,
which has no line number information.
[Thread 0x76790450 (LWP 3228) exited]
[Thread 0x76ff5210 (LWP 3225) exited]

Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb) backtrace
No stack.
(gdb)
Reply With Quote