Menu

#112 parcellite 1.1.7 fails to start on freebsd

Development_Version
closed-duplicate
nobody
None
5
2014-01-04
2013-12-18
No

A call to g_mutex_unlock() on a mutex that is not locked causes the application to crash on startup on FreeBSD. Attached patch first makes sure the mutex is locked (either by the current thread or another) before unlocking (a better understanding of the code might actually yield the removal of g_mutex_unlock() in parcellite_init(), instead of adding trylock(), but I lack that knowledge and this patch works for me).

1 Attachments

Discussion

  • nemysis

    nemysis - 2013-12-31

    Yes with this patch start and works good in FreeBSD, Please add this patch in next version.

     
  • rickyrockrat

    rickyrockrat - 2014-01-04

    Ticket moved from /p/parcellite/patches/32/

     
  • rickyrockrat

    rickyrockrat - 2014-01-04
    • status: open --> closed-duplicate
     
  • rickyrockrat

    rickyrockrat - 2014-01-04

    Duplicate of bug 111, and fixed in SVN.

     

Log in to post a comment.