Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 401882 Details for
Bug 539888
dev-util/geany-plugins - segmentation fault in __strchr_sse2() from /lib64/libc.so.6 (crashes geany)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch 0001
0001-mutex.patch (text/plain), 832 bytes, created by
georg
on 2015-04-23 19:35:57 UTC
(
hide
)
Description:
patch 0001
Filename:
MIME Type:
Creator:
georg
Created:
2015-04-23 19:35:57 UTC
Size:
832 bytes
patch
obsolete
>From 30ac9e68208eadd0faee8e51def56b15204c8c35 Mon Sep 17 00:00:00 2001 >From: Georg Gast <georg@schorsch-tech.de> >Date: Thu, 23 Apr 2015 20:54:03 +0200 >Subject: [PATCH 1/2] mutex > >--- > debugger/src/dconfig.c | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/debugger/src/dconfig.c b/debugger/src/dconfig.c >index 97e7bab..d09f235 100644 >--- a/debugger/src/dconfig.c >+++ b/debugger/src/dconfig.c >@@ -271,6 +271,7 @@ static gpointer saving_thread_func(gpointer data) > { > GTimeVal interval; > GMutex *m = g_mutex_new(); >+ g_mutex_lock(m); > do > { > g_mutex_lock(change_config_mutex); >@@ -316,6 +317,7 @@ static gpointer saving_thread_func(gpointer data) > g_time_val_add(&interval, SAVING_INTERVAL); > } > while (!g_cond_timed_wait(cond, m, &interval)); >+ g_mutex_unlock(m); > g_mutex_free(m); > > return NULL; >-- >2.0.5 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 539888
:
396262
|
396264
|
396266
|
396268
|
396270
|
401880
| 401882 |
401884