Giter Club home page Giter Club logo

Comments (3)

jfcherng avatar jfcherng commented on May 27, 2024 1

Not related but just a FYI. Finally, ST 3186 supports ibus IME.

from sublime-text-imfix.

trongthanh avatar trongthanh commented on May 27, 2024

Here's the stacktrace from crash report when I tried sideload libsublime-imfix.so using LD_PRELOAD

Stacktrace:
 #0  0x00007f24b3ce79f5 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #1  0x00007f24b3ce908e in g_log_structured_standard () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #2  0x00007f24afe18ba5 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #3  0x00007f24b3cee1d7 in g_option_context_parse () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #4  0x00007f24afe19288 in gtk_parse_args () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #5  0x00007f24afe192f6 in gtk_init_check () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #6  0x00007f24afe19339 in gtk_init () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #7  0x0000000000653d4e in  ()
 #8  0x00000000004b261c in  ()
 #9  0x00007f24b37d409b in __libc_start_main (main=0x4b23d0, argc=1, argv=0x7ffd56469748, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd56469738) at ../csu/libc-start.c:308
         result = <optimized out>
         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 3680358181157148367, 4923392, 140726050920256, 0, 0, -3681147396975028529, -3649563292701747505}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7ffd56469758, 0x7f24b4051190}, data = {prev = 0x0, cleanup = 0x0, canceltype = 1447466840}}}
         not_first_call = <optimized out>
 #10 0x00000000004b202a in  ()
StacktraceAddressSignature: /opt/sublime_text/sublime_text:5:/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.1+389f5:/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.1+3a08e:/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2400.1+1b5ba5:/usr/lib/x86_64-linux-gnu/libglib-2.0.so.0.5800.1+3f1d7:/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2400.1+1b6288:/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2400.1+1b62f6:/usr/lib/x86_64-linux-gnu/libgtk-3.so.0.2400.1+1b6339:/opt/sublime_text/sublime_text+1a1d4e:/opt/sublime_text/sublime_text+61c:/lib/x86_64-linux-gnu/libc-2.28.so+209b:/opt/sublime_text/sublime_text+2a
StacktraceTop:
 () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 g_log_structured_standard () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 g_option_context_parse () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 gtk_parse_args () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
Tags: cosmic third-party-packages
ThreadStacktrace:
 .
 Thread 1 (Thread 0x7f24b05b4b00 (LWP 31367)):
 #0  0x00007f24b3ce79f5 in  () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #1  0x00007f24b3ce908e in g_log_structured_standard () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #2  0x00007f24afe18ba5 in  () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #3  0x00007f24b3cee1d7 in g_option_context_parse () at /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #4  0x00007f24afe19288 in gtk_parse_args () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #5  0x00007f24afe192f6 in gtk_init_check () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #6  0x00007f24afe19339 in gtk_init () at /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
 #7  0x0000000000653d4e in  ()
 #8  0x00000000004b261c in  ()
 #9  0x00007f24b37d409b in __libc_start_main (main=0x4b23d0, argc=1, argv=0x7ffd56469748, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7ffd56469738) at ../csu/libc-start.c:308
         result = <optimized out>
         unwind_buf = {cancel_jmp_buf = {{jmp_buf = {0, 3680358181157148367, 4923392, 140726050920256, 0, 0, -3681147396975028529, -3649563292701747505}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x7ffd56469758, 0x7f24b4051190}, data = {prev = 0x0, cleanup = 0x0, canceltype = 1447466840}}}
         not_first_call = <optimized out>
 #10 0x00000000004b202a in  ()
Title: sublime_text crashed with signal 5

I'm running Ubuntu Mate 18.10, Sublime Text build 8184.

Please let me know if you need any extra info.

from sublime-text-imfix.

wbond avatar wbond commented on May 27, 2024

This module is causing crashes with GTK3. Any chance you can make a big notice on the readme to not use this with builds > 3176?

from sublime-text-imfix.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.