[Github-comments] [geany/geany] Geany 1.35 - bug in updatechecker plugin on win10 (#2137)

Enrico Tröger notifications at xxxxx
Sun Apr 28 21:12:45 UTC 2019


Confirmed, gdb backtrace:
```
Program received signal SIGTRAP, Trace/breakpoint trap.
0x64bfb93e in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
(gdb) bt
#0  0x64bfb93e in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
#1  0x64bfc6d5 in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
#2  0x64bfc867 in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
#3  0x6166384c in ?? () from c:\Program Files (x86)\Geany\bin\libgio-2.0-0.dll
#4  0x6810b822 in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#5  0x6810d2a9 in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#6  0x6810d343 in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#7  0x616638ad in ?? () from c:\Program Files (x86)\Geany\bin\libgio-2.0-0.dll
#8  0x676c1f06 in ?? () from c:\Program Files (x86)\Geany\lib\gio\modules\libgiognomeproxy.dll
#9  0x6812a44a in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#10 0x6810b4be in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#11 0x6810cbac in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#12 0x6810d374 in ?? () from c:\Program Files (x86)\Geany\bin\libgobject-2.0-0.dll
#13 0x615f6290 in ?? () from c:\Program Files (x86)\Geany\bin\libgio-2.0-0.dll
#14 0x615f7619 in ?? () from c:\Program Files (x86)\Geany\bin\libgio-2.0-0.dll
#15 0x6160b4cf in ?? () from c:\Program Files (x86)\Geany\bin\libgio-2.0-0.dll
#16 0x671f3255 in ?? () from c:\Program Files (x86)\Geany\bin\libsoup-2.4-1.dll
#17 0x671f6b04 in ?? () from c:\Program Files (x86)\Geany\bin\libsoup-2.4-1.dll
#18 0x671f7270 in ?? () from c:\Program Files (x86)\Geany\bin\libsoup-2.4-1.dll
#19 0x671f72db in ?? () from c:\Program Files (x86)\Geany\bin\libsoup-2.4-1.dll
#20 0x64bf6191 in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
#21 0x64bf6548 in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
#22 0x64bf69e1 in ?? () from c:\Program Files (x86)\Geany\bin\libglib-2.0-0.dll
#23 0x61a4bd09 in ?? () from c:\Program Files (x86)\Geany\bin\libgtk-win32-2.0-0.dll
#24 0x6a182fb7 in main_lib () from c:\Program Files (x86)\Geany\bin\libgeany-0.dll
#25 0x004015e0 in ?? ()
#26 0x0040138b in ?? ()
#27 0x769b343d in KERNEL32!BaseThreadInitThunk () from C:\Windows\syswow64\kernel32.dll
#28 0x77af9802 in ntdll!RtlInitializeExceptionChain () from C:\Windows\system32\ntdll.dll
#29 0x77af97d5 in ntdll!RtlInitializeExceptionChain () from C:\Windows\system32\ntdll.dll
#30 0x00000000 in ?? ()
```

Unfortunately, I don't have debug symbols on Windows, so we only see it's crashing somewhere in GLib, maybe triggered by libsoup, maybe triggered by the UpdateChecker plugin.

I just tried building the libsoup package but that failed with strange syntax errors during compilation.

No idea how to debug this :(.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2137#issuecomment-487415875
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190428/ba762406/attachment.html>


More information about the Github-comments mailing list