latest commit (https://github.com/rathena/rathena/commit/d98f99b2de5afae06c20b5ddb1c0dbcd64a88eb0) on linux crashed. Compiled with and without 64bit support.. on windows run normally.. how to solve?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Status]: Memory manager initialised: log/login-server.leaks
rAthena Development Team presents
___ __ __
_____/ | / /_/ /_ ___ ____ ____ _
/ ___/ /| |/ __/ __ \/ _ \/ __ \/ __ `/
/ / / ___ / /_/ / / / __/ / / / /_/ /
/_/ /_/ |_\__/_/ /_/\___/_/ /_/\__,_/
http://rathena.org/board/
[Warning]: You are running rAthena with root privileges, it is not necessary.
[Info]: Server supports up to '1024' concurrent connections.
[Info]: loginconfig: client_version_to_connect = 46
[02/Jan 15:00 L:][Info]: Finished reading conf/import/inter_conf.txt.
[02/Jan 15:00 L:][Info]: Finished reading conf/inter_athena.conf.
[02/Jan 15:00 L:][Info]: Finished reading conf/import/login_conf.txt.
[02/Jan 15:00 L:][Info]: Finished reading conf/login_athena.conf.
[02/Jan 15:00 L:][Info]: Done reading '23' messages in 'conf/msg_conf/login_msg.conf'.
[New Thread 0x7ffff5e79700 (LWP 19461)]
[Thread 0x7ffff5e79700 (LWP 19461) exited]
[02/Jan 15:00 L:][Info]: Ipban conection made
Program received signal SIGSEGV, Segmentation fault.
0x00000000004149bc in db_alloc ()
(gdb) bt full
#0 0x00000000004149bc in db_alloc ()
No symbol table info available.
#1 0x0000000000408d0a in do_init ()
No symbol table info available.
#2 0x0000000000404c25 in main ()
No symbol table info available.
EDIT - UPDATE after enable debug
Program received signal SIGSEGV, Segmentation fault.
db_alloc (file=file@entry=0x41fbdb "login.c", line=line@entry=837, type=type@entry=DB_INT, options=options@entry=DB_OPT_RELEASE_DATA, maxlen=maxlen@entry=4) at db.c:2445
2445 db->ht[i] = NULL;
(gdb) full bt
Undefined command: "full". Try "help".
(gdb) bt full
#0 db_alloc (file=file@entry=0x41fbdb "login.c", line=line@entry=837, type=type@entry=DB_INT, options=options@entry=DB_OPT_RELEASE_DATA, maxlen=maxlen@entry=4) at db.c:2445
db = 0x7ffff621defc
i = <optimized out>
__FUNCTION__.4505 = "db_alloc"
#1 0x0000000000408d0a in do_init (argc=argc@entry=1, argv=argv@entry=0x7fffffffec38) at login.c:837
No locals.
#2 0x0000000000404c25 in main (argc=1, argv=0x7fffffffec38) at core.c:359
No locals.
updated findings i write to git - https://github.com/rathena/rathena/issues/193
Thanks for help!