zf8848 / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

Hangs on startup #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The missing initialization of the mutex attr (see:
https://sourceforge.net/tracker/index.php?func=detail&aid=1400454&group_id=15509
4&atid=794430)
not only breaks NetBSD, but also Linux (at least my Ubuntu setup here).

Original issue reported on code.google.com by android%sysfrog.org@gtempaccount.com on 18 Mar 2007 at 2:35

GoogleCodeExporter commented 9 years ago
Here is a patch file that will fix this bug.

cd into your libjingle-0.4.0 directory (so that "talk" is a subdir) and run:

patch -p1 < mutex.patch

Original comment by mattwinter on 14 Nov 2007 at 6:31

Attachments:

GoogleCodeExporter commented 9 years ago
House cleaning. Since we've released many new versions since 0.4.0, please try 
it with the latest version and open a new issue if this problem still exists.

Original comment by jun...@google.com on 3 Jun 2011 at 5:04