From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OeCXZ-0007Tz-WE for garchives@archives.gentoo.org; Wed, 28 Jul 2010 19:43:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 345DCE0804; Wed, 28 Jul 2010 19:43:09 +0000 (UTC) Received: from smtp-out-1.alltele.net (smtp-out-1.alltele.net [85.8.31.24]) by pigeon.gentoo.org (Postfix) with ESMTP id 031BDE0804 for ; Wed, 28 Jul 2010 19:43:09 +0000 (UTC) Received: from smtp-out-1.alltele.net (localhost [127.0.0.1]) by smtp-out-1.alltele.net (Postfix) with ESMTP id C982D1B000 for ; Wed, 28 Jul 2010 21:43:07 +0200 (CEST) Received: by smtp-out-1.alltele.net (Postfix, from userid 1001) id BE8AC1B002; Wed, 28 Jul 2010 21:43:07 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on smtp-out-1.alltele.net X-Spam-Level: X-Spam-Status: No, score=-2.2 required=6.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from [192.168.1.100] (71.57.227.87.static.th.siw.siwnet.net [87.227.57.71]) by smtp-out-1.alltele.net (Postfix) with ESMTPS id 2D1871B000 for ; Wed, 28 Jul 2010 21:43:01 +0200 (CEST) Message-ID: <4C508844.4050709@coolmail.se> Date: Wed, 28 Jul 2010 21:43:00 +0200 From: pk User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.7) Gecko/20100724 Thunderbird/3.1.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] panic:: octave: magick/semaphore.c:525: [...] failed References: <4C4DB4D7.7030105@gmail.com> In-Reply-To: <4C4DB4D7.7030105@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AV-Checked: ClamAV using ClamSMTP X-Archives-Salt: 8cfdbc03-7f4f-4bef-8a5d-ec28710cf61a X-Archives-Hash: 95cc7d6d58651d35fcbe7dec956705e4 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