On 2010-07-26 18:16, Valmor de Almeida wrote: > -> ./test.m > octave: magick/semaphore.c:525: LockSemaphoreInfo: Assertion > `semaphore_info != (SemaphoreInfo *) ((void *)0)' failed. > panic: Aborted -- stopping myself... > attempting to save variables to `octave-core'... > save to `octave-core' complete > Aborted
Hi, I tested your code (and variations of it) and I get the same result as you. Googling seems to indicate that lots of other people are having similar problems with imwrite/imread function. The functions are not part of the octave package but is an add-on. However, from what I can see it may be a problem in the way octave make the graphicsmagick write-call (of course there may be a problem with graphicksmagick itself as well). Don't know enough to be of more help... Sorry! Best regards Peter K