Cuberite Forum
Change path where MCServer looks for libraries - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Discussion (https://forum.cuberite.org/forum-5.html)
+--- Thread: Change path where MCServer looks for libraries (/thread-1984.html)

Pages: 1 2


RE: Change path where MCServer looks for libraries - Mathias - 05-28-2015

Problem solved for now. I had to update libpthread too.


RE: Change path where MCServer looks for libraries - Mathias - 05-28-2015

Whoops, another segfault. This one seems to trigger only when pinging the server in the server list.
Code:
#0  0x000000000055c6d5 in cClientHandle::OnRemoteClosed() ()
#1  0x0000000000605d6a in cTCPLinkImpl::EventCallback(bufferevent*, short, void*) ()
#2  0x0000000000963cb6 in bufferevent_readcb ()
#3  0x0000000000969095 in event_process_active_single_queue.isra.30 ()
#4  0x00000000009697df in event_process_active ()
#5  0x000000000096ce70 in event_base_loop ()
#6  0x00007ffff7967e30 in ?? ()
   from /var/lib/openshift/5564cc2de0b8cdcc300000c5/app-root/data/lib/libstdc++.so.6
#7  0x00007ffff7bc4182 in start_thread ()
   from /var/lib/openshift/5564cc2de0b8cdcc300000c5/app-root/data/lib/libpthread.so.0
#8  0x00007ffff72e884d in clone ()
   from /var/lib/openshift/5564cc2de0b8cdcc300000c5/app-root/data/lib/libc.so.6

Does anyone have any ideas on how to fix it?


RE: Change path where MCServer looks for libraries - bearbin - 05-28-2015

I think it would just be easier to either compile the server yourself on a similar machine and copy it across, or to use a different server. You're having too many problems this way, and It's not really supported.


RE: Change path where MCServer looks for libraries - tigerw - 05-29-2015

Although the crash looks similar to https://forum.cuberite.org/showthread.php?tid=1988&pid=20942#pid20942 - try updating the server again?


RE: Change path where MCServer looks for libraries - Mathias - 05-29-2015

(05-29-2015, 01:40 AM)tigerw Wrote: Although the crash looks similar to https://forum.cuberite.org/showthread.php?tid=1988&pid=20942#pid20942 - try updating the server again?
The segfault has disappeared after updating the server. Thanks!