Search found 17 matches

by carbon0404
2012-04-23T01:31:24-07:00
Forum: Bugs
Topic: Deadlock in ReadOnePNGImage
Replies: 4
Views: 10249

Re: Deadlock in ReadOnePNGImage

glennrp,first,thank you very much for your fast response.and I seem to have solved this problem by configure options.thus is the description of the process: when it's zombie,I attach the process id into gdb,and found that all the threads hunged on libgomp.so;so I add the --disable-openmp configure o...
by carbon0404
2012-04-11T05:30:26-07:00
Forum: Bugs
Topic: Deadlock in ReadOnePNGImage
Replies: 4
Views: 10249

Re: Deadlock in ReadOnePNGImage

Well,I have encoutered likely problem when using ImageMagick-6.7.6-2.tar.gz,I used Magick++ API in my multithreaded C++ application.and after less than 10,000 pics are transformed,it's deadlocked.and gstack like this: Thread 50 (Thread 0x7f2ac5b86710 (LWP 15433)): #0 0x00007f2acde9c0a4 in __lll_lock...