* [gentoo-science] panic:: octave: magick/semaphore.c:525: [...] failed
@ 2010-07-26 16:16 Valmor de Almeida
0 siblings, 0 replies; only message in thread
From: Valmor de Almeida @ 2010-07-26 16:16 UTC (permalink / raw
To: gentoo-science, gentoo-user
Hello,
The test code below for writing an image to a file crashes octave. Would
anyone be able to help? I am using octave-3.2.4-r1 and graphicsmagick-1.3.12
Thanks,
--
Valmor
file test.m
---------------------------
#! /usr/bin/octave -qf
im = ones(2,2);
im(2,1) = 0.5;
im(1,2) = 0.5;
imwrite(im,"image.png");
--------------------------
-> ./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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-26 16:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 16:16 [gentoo-science] panic:: octave: magick/semaphore.c:525: [...] failed Valmor de Almeida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox