Bug#551188: "libgomp: Thread creation failed" after stack size limit increase

2010-08-06 Thread Delian Krustev
On Fri, 6 Aug 2010 06:49:43 -0700 Arthur Loiret wrote: > I can't reproduce your bug. Does it still occur, and if yes, have you > tried on an other machine? I've just checked it, and was unable to reporoduce it. BTW, it does not seem correct to me to tag a bug unreproducible, when you are testing

Processed: Re: Bug#551188: "libgomp: Thread creation failed" after stack size limit increase

2010-08-06 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tag 551188 + unreproducible Bug #551188 [libgomp1] "libgomp: Thread creation failed" after stack size limit increase Added tag(s) unreproducible. > thanks Stopping processing here. Please contact me if you need assistance. -- 551188: http://bug

Bug#551188: "libgomp: Thread creation failed" after stack size limit increase

2010-08-06 Thread Arthur Loiret
tag 551188 + unreproducible thanks Hi! I can't reproduce your bug. Does it still occur, and if yes, have you tried on an other machine? Thanks! Arthur. 2009/10/16, Delian Krustev : > Package: libgomp1 > Version: 4.4.1-4 > Severity: normal > > $ ulimit -a > pre > $ convert -geometry 90x68 -qual

Bug#551188: "libgomp: Thread creation failed" after stack size limit increase

2009-10-16 Thread Delian Krustev
Package: libgomp1 Version: 4.4.1-4 Severity: normal $ ulimit -a > pre $ convert -geometry 90x68 -quality 100 city.jpg city_thumb.jpg $ echo $? 0 $ ulimit -s 195312 $ convert -geometry 90x68 -quality 100 city.jpg city_thumb.jpg libgomp: Thread creation failed: Resource temporarily unavailable $ ec