iptux-src / iptux

A software for sharing in LAN
GNU General Public License v2.0
445 stars 130 forks source link

v0.8.4 crash on Ubuntu 22.04 from snap store #530

Open gbcwbz opened 8 months ago

gbcwbz commented 8 months ago

Aborted at 1710293108 (unix time) try "date -d @1710293108" if you are using GNU date PC: @ 0x7fe3ab8c1a0e (unknown) SIGSEGV (@0x5000a304d) received by PID 31321 (TID 0x7fe3ac5f6540) from PID 667725; stack trace: @ 0x7fe3a9980980 (unknown) @ 0x7fe3ab8c1a0e (unknown) @ 0x7fe3ab8c1b5c (unknown) @ 0x7fe3ab8c1bf8 (unknown) @ 0x7fe3ab8c39bb (unknown) @ 0x7fe3ab8e0fd2 gtk_text_layout_validate_yrange @ 0x7fe3ab8f2503 (unknown) @ 0x7fe3ab8f3093 (unknown) @ 0x7fe3ab8f34b9 (unknown) @ 0x7fe3ab30c080 (unknown) @ 0x7fe3aa5b13a5 g_main_context_dispatch @ 0x7fe3aa5b1770 (unknown) @ 0x7fe3aa5b17fc g_main_context_iteration @ 0x7fe3aab72f3d g_application_run @ 0x555558048f7a (unknown) @ 0x555558047758 (unknown) @ 0x7fe3a959ec87 __libc_start_main @ 0x555558046bda (unknown) [1] 31321 segmentation fault (core dumped) iptux

lidaobing commented 8 months ago

I need make a new snap, which contains debug symbol.

lidaobing commented 8 months ago

blocked by #531

lidaobing commented 8 months ago

@gbcwbz

could you upgrade to iptux snap edge with the following command(make sure rev>=584)

$ snap switch --channel edge iptux
$ snap refresh
$ snap list iptux
Name   Version               Rev  Tracking     Publisher  Notes
iptux  v0.8.4+git35.043616b  584  latest/edge  lidaobing  -

the new version will show the backtrace for more information, like

$ /snap/bin/iptux &
[1] 579442
$ Gtk-Message: 02:23:19.708: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it.

$ kill -11 `pgrep iptux`
Error: signal 11:
/snap/iptux/584/usr/bin/iptux(+0x4e6a2)[0x559debc8e6a2]
/lib/x86_64-linux-gnu/libc.so.6(+0x43090)[0x7f1262fd8090]
/lib/x86_64-linux-gnu/libc.so.6(__poll+0x4f)[0x7f12630a7bbf]
/snap/iptux/584/gnome-platform/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(+0x59bae)[0x7f126344fbae]
/snap/iptux/584/gnome-platform/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_main_context_iteration+0x33)[0x7f126344fce3]
/snap/iptux/584/gnome-platform/usr/lib/x86_64-linux-gnu/libgio-2.0.so.0(g_application_run+0x205)[0x7f1263691c25]
/snap/iptux/584/usr/bin/iptux(_ZN5iptux11Application3runEiPPc+0x46)[0x559debc91aa0]
/snap/iptux/584/usr/bin/iptux(main+0x2e6)[0x559debc8ea19]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3)[0x7f1262fb9083]
$ /snap/iptux/584/usr/bin/iptux(_start+0x2e)[0x559debc8de9e]

[1]+  Exit 1                  /snap/bin/iptux
gbcwbz commented 8 months ago

OK I switched to snap edge and rev is 584