public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] panic:: octave: magick/semaphore.c:525:  [...] failed
@ 2010-07-26 16:16 Valmor de Almeida
  2010-07-28 19:43 ` pk
  0 siblings, 1 reply; 5+ messages 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] 5+ messages in thread

end of thread, other threads:[~2010-08-01 17:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26 16:16 [gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed Valmor de Almeida
2010-07-28 19:43 ` pk
2010-07-29  4:49   ` Valmor de Almeida
2010-07-29 10:19     ` pk
2010-08-01 18:56       ` CLOSED " 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