Gajim - 2023-07-06


  1. ss01

    Hi, can there be an automatic closure due to phyton?

  2. opal

    huh ss01 i dont quite understand what "automatic closure" is referring to here

  3. ss01

    > huh ss01 i dont quite understand what "automatic closure" is referring to here The application just closes and that's it, I accidentally discover that it is closed, without any error

  4. mjk

    ss01: run it from the terminal, wait for a crash, see the last lines

  5. mjk

    quite likely some wayland compositor thing, or a crash in libsoup

  6. ss01

    mjk: Tell me which file to run via cmd and the command to run

  7. mjk

    ss01: oh, are you on windows? look for gajim-debug.exe in the installation dir

  8. ss01

    File gajim-debug.exe right?

  9. mjk

    right

  10. ss01

    Yes, I launched it, it displays the status, thank you, let me contact you when the closure occurs, I think you understand this perfectly

  11. mjk

    make sure you've started it from the command line, not clicked on the exe

  12. mjk

    (the console window would close after a crash)

  13. ss01

    A couple of notifications are already shown at startup C:\Program Files\Gajim\bin>Gajim-Debug.exe No plugin translation path available (org.gajim.Gajim:9464): GStreamer-WARNING **: 21:08:10.161: Failed to load plugin 'C:\Program Files\Gajim\lib\gstreamer-1.0\libgstlibav.dll': ?? - c¤?- гЄ § --лc ┐R¤г<м. This usually means Windows was unable to find a DLL dependency of the plugin. Please check that PATH is correct. You can run 'dumpbin -dependents' (provided by the Visual Studio developer prompt) to list the DLL deps of any DLL. There are also some third-party GUIs to list and debug DLL dependencies recursively. (org.gajim.Gajim:9464): Gtk-WARNING **: 21:08:11.286: Theme directory 16x16/actions of theme hicolor has no size field

  14. ss01

    I started as an administrator, as far as I know the window as an administrator does not close automatically?!

  15. lovetox

    forget debug.exe

  16. lovetox

    start your normal Gajim, activate debug loggin in preferences

  17. lovetox

    it will write a debug file to a folder

  18. lovetox

    otherwise you will not catch the crash

  19. lovetox

    and restart Gajim after you enabled the debug setting

  20. ss01

    I have already contacted here and provided a debugging file, they told me that something from the outside closes the program, and advised me to upgrade to version 1.8.0, but I have not solved the reason, I suspect it has something to do with Python, because there were no such problems before installing it

  21. ss01

    I wrote here on July 27

  22. lovetox

    yes i remember

  23. lovetox

    if the log still says SIGINT at the end

  24. lovetox

    its still the same problem, i have no ideas how to debug what kills the process

  25. ss01

    I also installed the Process Monitor application, but my knowledge of error analysis is not enough to figure it out

  26. lovetox

    do you have another windows machine available

  27. lovetox

    then we could at least verify that its a problem with this specific machine

  28. ss01

    SIGINT/SIGTERM received

  29. ss01

    I noticed that this happens after installing python, could it be related somehow?

  30. ss01

    Because sometimes I need to install python and some modules, after that the closure of gajim begins

  31. ss01

    Package Version https://conference.gajim.org:5281/pastebin/62fb2f61-cf1f-4d58-b359-f1e4fd3548b0

  32. lovetox

    and what do you do with your other python?

  33. lovetox

    do you run applications, and kill them at the end?

  34. lovetox

    Gajim of course also starts a python process

  35. lovetox

    if whatever you do with your other python, starts looking and killing python processes

  36. lovetox

    it might kill the wrong one

  37. ss01

    I use some scripts for automation, such as downloading data from websites and parsing, but this happens rarely and does not work in parallel with Gajim, the last time I ran scripts 2 weeks ago