On 07/29/2010 06:19 AM, pk wrote:
> On 2010-07-29 06:49, Valmor de Almeida wrote:
>
>> Thanks for the feedback. I posted the same question on the octave users
>> list but no answers.
>
> Maybe vacation time so most users are offline? I'm on vacation but still
> online... :-)
>
> If you know C yo
On 2010-07-29 06:49, Valmor de Almeida wrote:
> Thanks for the feedback. I posted the same question on the octave users
> list but no answers.
Maybe vacation time so most users are offline? I'm on vacation but still
online... :-)
If you know C you could check out the semaphore.c file to see what
pk wrote:
[snip]
> 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, fr
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'
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
5 matches
Mail list logo