Search found 9 matches

by r7st
Wed Nov 21, 2018 6:01 pm
Forum: Bugs
Topic: tomenet client 4.7.2 linux segfault
Replies: 2
Views: 11706

Re: tomenet client 4.7.2 linux segfault

You're welcome. That works great. Thanks for the fix!
by r7st
Wed Nov 21, 2018 12:02 pm
Forum: Bugs
Topic: tomenet client 4.7.2 linux segfault
Replies: 2
Views: 11706

tomenet client 4.7.2 linux segfault

When running `tomenet -c`, I get a segfault immediately after the "Welcome to the Official Tomenet v4.7.2 Europe server" message that is displayed after character selection. I am running Fedora 29. bt from the test client: #0 0x00007fde33d77765 in XAllocColor () from /lib64/libX11.so.6 #1 ...
by r7st
Sat Sep 22, 2018 6:26 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Re: Connection issues on private server.

mikaelh, Great! I did not know of address sanitizer. C. Blue, That seemed to fix the issue. Thanks to both of you! Patch here: --- store.c-orig 2018-09-21 17:20:51.514400296 -0400 +++ store.c 2018-09-21 17:22:26.189399361 -0400 @@ -7694,6 +7694,9 @@ my_fclose(fp); s_printf("EXPORT_PLAYER_STORE_...
by r7st
Wed Sep 19, 2018 12:06 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Re: Connection issues on private server.

That is strange. How did you find it? I will try making a store and see how it goes.
by r7st
Sun Sep 16, 2018 7:15 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Re: Connection issues on private server.

No, gdb didn't complain. That was from a debian 10 chroot on a fedora 28 vps. I did not alter tomenet.cfg. Thank you for looking into this!
by r7st
Sun Sep 16, 2018 5:20 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Re: Connection issues on private server.

__lll_lock_wait_private () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95 95 ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: No such file or directory. t(gdb) bt #0 __lll_lock_wait_private () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95 #1 0x00007f14457a646d in _IO_vfprintf_inter...
by r7st
Sun Sep 16, 2018 4:45 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Re: Connection issues on private server.

I am getting the same issue. The server has not crashed, so I don't get a core dump. It just simply stops accepting connections. I am not sure of the best way to debug this.
by r7st
Sun Sep 16, 2018 3:55 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Re: Connection issues on private server.

I changed tomenet.cfg some, but not too much. I found where the coredump was located, but unfortunately it was not kept for very long. I have changed the appropriate config to keep them around longer! Thank you for the link. I got the same results on Debian 10, but with the same configuration. I wen...
by r7st
Sat Sep 15, 2018 2:46 pm
Forum: General Discussion
Topic: Connection issues on private server.
Replies: 12
Views: 28208

Connection issues on private server.

Hello, I have set up a private server on a Linux VPS. I have run into some problems both with the VPS and local. I added BIND_NAME and BIND_IP in config.h and compiled tomenet.server. I then copy the binary back and run the sever directly, or use ./runserv{1,2,3}. }What happens is, everything works ...