Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
gajim-plugins
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 78
    • Issues 78
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 31
    • Merge Requests 31
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gajim
  • gajim-plugins
  • Issues
  • #320

Closed
Open
Opened May 30, 2018 by Andrey Gursky@ag
  • Report abuse
  • New issue
Report abuse New issue

Gajim hangs during closing with url-image-preview plugin

Gajim with url-image-preview plugin (git master) hangs during closing.

05/30/2018 15:32:37 (I) nbxmpp.client_nb Disconnecting NBClient: 
05/30/2018 15:32:37 (D) nbxmpp.client_nb Client disconnected..
05/30/2018 15:32:37 (D) nbxmpp.client_nb Calling disconnect handler <bound method Connection.disconnectedReconnCB of <gajim.common.connection.Connection object at 0x7f529f97f978>>
05/30/2018 15:32:37 (I) gajim.c.connection disconnectedReconnCB called
^C^C
^CSIGINT/SIGTERM received
^CSIGINT/SIGTERM received
^CSIGINT/SIGTERM received
SIGINT/SIGTERM received
SIGINT/SIGTERM received
SIGINT/SIGTERM received
Killed

$ date
Wed May 30 19:05:55 CEST 2018

It was not even possible to interrupt Gajim with ctrl-c (SIGINT) or kill it with default SIGTERM. Only hard way with SIGKILL.

gdb shows Gajim waits for url image preview plugin to finish all its downloads. After ctrl-c Gajim's thread disappeared and only downloading thread remained hanging.

url-image-preview plugin should allow interruption when downloading. Gajim should interrupt downloads when quitting.

P.S. Does url-image-preview plugin support download resuming?

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
3
Labels
Bug Enhancement Url Image Preview
Assign labels
  • View project labels
Reference: gajim/gajim-plugins#320