Error running: Segmentation fault (core dumped)
GJY-Git opened this issue · 2 comments
GJY-Git commented
Dear Mr Soos,
I need your help. I have installed "bosphorus" on my computer before and it can be used normally, but when I install "bosphorus" on a server platform, I use a "test.anf" file that has been verified on my computer When the server platform was running, a "Segmentation fault (core dumped)" error occurred.
msoos commented
Hi,
Can you please run it under valgrind when it segfaults? Also, what server
are you running it on? If you want to compile one place and copy the
executable to run another place, you need to compile it statically, on a
virtual machine that has exactly the same libc and kernel version as the
server. Then copy that binary over. Otherwise you must compile on the
server itself to run on the server.
Good luck,
Mate
…On Wed, May 4, 2022, 04:02 GJY-Git ***@***.***> wrote:
Dear Mr Soos,
I need your help. I have installed "bosphorus" on my computer before and
it can be used normally, but when I install "bosphorus" on a server
platform, I use a "test.anf" file that has been verified on my computer
When the server platform was running, a "Segmentation fault (core dumped)"
error occurred.
—
Reply to this email directly, view it on GitHub
<#32>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKF4OIT5RB65RLER676LP3VIHLD7ANCNFSM5VAS7BVA>
.
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
msoos commented
Hi,
Unfortunately, this is not reproducible so I can't fix :( Closing.