Dumped core since last electron update
See original GitHub issueReact Native Debugger app version: 0.9.10 Operating System: Linux
Since my last system update, I am unable to launch react-native-debugger.
I was using the latest build from the download page and I tried compiling from the source but whenever I try to launch it, I have got a dump core.
Here is the stack trace:
Process 5895 (electron) of user 1000 dumped core.
Stack trace of thread 5895:
#0 0x00007fea9ff08eef hb_ot_var_get_axis_infos (libharfbuzz.so.0)
#1 0x00007feaa070b54a n/a (libpangoft2-1.0.so.0)
#2 0x00007feaa1d62643 pango_font_get_hb_font (libpango-1.0.so.0)
#3 0x00007feaa1d4d5e4 n/a (libpango-1.0.so.0)
#4 0x00007feaa1d4ddda pango_shape_with_flags (libpango-1.0.so.0)
#5 0x00007feaa1d57216 n/a (libpango-1.0.so.0)
#6 0x00007feaa1d58025 n/a (libpango-1.0.so.0)
#7 0x00007feaa1d595ac n/a (libpango-1.0.so.0)
#8 0x00007feaa1d5c3ec pango_layout_get_unknown_glyphs_count (libpango-1.0.so.0)
#9 0x00007feaa241f78c n/a (libgtk-x11-2.0.so.0)
#10 0x00007feaa24228a6 n/a (libgtk-x11-2.0.so.0)
#11 0x00007feaa1cf72c0 g_type_create_instance (libgobject-2.0.so.0)
#12 0x00007feaa1d1363e n/a (libgobject-2.0.so.0)
#13 0x0[2019-08-06 11:26] [ALPM] upgraded pango (1:1.44.1-1 -> 1:1.44.3-1)
0007feaa1d14a55 g_object_new_with_properties (libgobject-2.0.so.0)
#14 0x00007feaa1d14b52 g_object_new (libgobject-2.0.so.0)
#15 0x00000000005b71d3 n/a (/home/user/react-native-debugger/node_modules/electron/dist/electron)`
Here are some relevant update logs:
upgraded pango (1:1.44.1-1 -> 1:1.44.3-1)
upgraded electron (5.0.8-1 -> 6.0.0-1)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:7
Top Results From Across the Web
[SOLVED] Electron dumps core every - Arch Linux Forums
[SOLVED] Electron dumps core every ~10 minutes / Applications & Desktop Environments / Arch Linux Forums.
Read more >sqlite - Electron .Net Core . Unable to update database . How ...
I converted a default .net core application and converted it to electron. but the database is not working. what steps should i use...
Read more >Atom Editor (Electron FRM) stop working : r/archlinux - Reddit
Do you have some solution? Atom beta doesn't work too. usr/bin/atom: line 86: 83593 Illegal instruction (core dumped) nohup "$ATOM_PATH ...
Read more >sshd immediately core dumps after fsck repair - Server Fault
Most of the services are running fine, however the sshd service immediately core dumps when I try to start it. Running gdb /usr/sbin/sshd...
Read more >Core dump not written on segmentation fault
First of all, you need to check the core file size in your limits using ulimit command (in bash or in zsh). #...
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
sudo pacman -U https://archive.archlinux.org/packages/p/pango/pango-1%3A1.44.1-1-x86_64.pkg.tar.xz
Thanks ^^