After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 106227 - pthread_attr_setstacksize may be missing
pthread_attr_setstacksize may be missing
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: [obsolete] Builds
0.x.x [obsolete]
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-02-16 12:25 UTC by Julio Merino
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The patch (754 bytes, patch)
2003-02-16 12:26 UTC, Julio Merino
none Details | Review

Description Julio Merino 2003-02-16 12:25:45 UTC
According to the POSIX standard, a pthreading library is not required to implement the pthread_attr_setstacksize function. Instead, the standard defines a symbol, called _POSIX_THREAD_ATTR_STACKSIZE that programs can use to determine if that function is present.

libnautilus-private/nautilus-thumbnails.c must be pached to check for this macro, and iff it exists, call pthread_attr_setstacksize. Otherwise, no call is done.
Comment 1 Julio Merino 2003-02-16 12:26:02 UTC
Created attachment 14369 [details] [review]
The patch
Comment 2 Dave Camp 2004-04-28 19:49:40 UTC
committed, thanks