SEGFAULT under Linux
See original GitHub issueHey guys, I’m getting the following Segfault under Arch Linux which previously (and still) runs 2.2 version just fine:
(gdb) run
Starting program: /usr/bin/byteball
[Thread debugging using libthread_db enabled]
Using host libthread_db library /usr/lib/libthread_db.so.1.
[New Thread 0x7fffe45cc700 (LWP 5359)]
LaunchProcess: failed to execvp:
/usr/share/byteball/nacl_helper
[5360:5360:0629/204632:ERROR:nacl_fork_delegate_linux.cc(315)] Bad NaCl helper startup ack (0 bytes)
Thread 1 byteball received signal SIGSEGV, Segmentation fault.
0x00007fffe9dd2d60 in pango_fc_font_get_glyph () from /usr/lib/libpangoft2-1.0.so.0
(gdb) bt
#0 0x00007fffe9dd2d60 in pango_fc_font_get_glyph () at /usr/lib/libpangoft2-1.0.so.0
#1 0x00007fffe9dd2db7 in () at /usr/lib/libpangoft2-1.0.so.0
#2 0x00005555555813d4 in hb_font_funcs_set_glyph_extents_func ()
#3 0x0000000000000000 in ()
(gdb)
Tried removing + reinstalling relevant pango/etc packages, and clearing font cache etc - no avail though. Any clues? New dependencies introduced or something?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
What Is a Segmentation Fault in Linux?
A segmentation fault, or segfault, is a memory error in which a program tries to access a memory address that does not exist...
Read more >What is a segmentation fault on Linux? - Stack Overflow
A 'segfault' is when a program accesses protected or invalid memory; usually due to poor memory management or buggy ...
Read more >Why Does The Segmentation Fault Occur on Linux / UNIX ...
A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to...
Read more >Detecting and Solving Segmentation Faults in Linux Containers
A segmentation fault is nothing but the error that occurs due to failed attempts to access Linux OS's memory regions. These types of...
Read more >What is a "segmentation violation"? | Support - SUSE
When segfaults are occurring frequently, or with different processes or without a clear pattern to them, this can indicate that a system's ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same problem here on Debian GNU/Linux. Downloading the latest byteball release and attempting to start it only results in a segmentation fault.
Still happening in 2.4.0 and 2.4.1 😦