Univention Bugzilla – Attachment 10384 Details for
Bug 51313
univention-directory-listener segfault when importing python apt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
The patch fixes the segfault but probably breaks thread safety
b51313-fix-segfault-but-break-thread-safety.patch (text/plain), 399 bytes, created by
Jürn Brodersen
on 2020-06-09 11:39:15 CEST
(
hide
)
Description:
The patch fixes the segfault but probably breaks thread safety
Filename:
MIME Type:
Creator:
Jürn Brodersen
Created:
2020-06-09 11:39:15 CEST
Size:
399 bytes
patch
obsolete
>diff --git a/apt-pkg/contrib/error.cc b/apt-pkg/contrib/error.cc >index 3c397eaf8..5f6a79f70 100644 >--- a/apt-pkg/contrib/error.cc >+++ b/apt-pkg/contrib/error.cc >@@ -34,7 +34,8 @@ > // Global Error Object /*{{{*/ > GlobalError *_GetErrorObj() > { >- static thread_local GlobalError Obj; >+ //static thread_local GlobalError Obj; >+ static GlobalError Obj; > return &Obj; > } > /*}}}*/
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 51313
: 10384