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 1OdQ8I-0002S1-Ox for garchives@archives.gentoo.org; Mon, 26 Jul 2010 16:02:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75BF6E08F0 for ; Mon, 26 Jul 2010 16:02:26 +0000 (UTC) Received: from mail-gw0-f53.google.com (mail-gw0-f53.google.com [74.125.83.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 562C2E0B33; Mon, 26 Jul 2010 15:18:06 +0000 (UTC) Received: by gwb1 with SMTP id 1so154645gwb.40 for ; Mon, 26 Jul 2010 08:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=Nvjbea4f3D0EQyFtdYeCDndQsWym+vpVQPuc8QLIeEs=; b=QI5xfuwt2aSIkCXedB+i5XFoMTitRwB3k9iwmNVzMp7GmHZu5266QhEjmCiquMPJQK PxllhwbaheaTUYj0QpDH6M6tGkZ6bRWinVwUdogHtjb335n6HWsA3mBBBvPy1uRzg5kM a+yPTbCRsRrQoTRCaHkjc+35a+5kioJlmuJEs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=En+T9e1j/dNPpF10c/Dq0nj4/PY1k7lnX1q60xBE9d2Dh1mBKilhj6r83W2gmTO0Rh ltTNstQPNDHbIqFxgNBT7GdjYkEqJg79RyMw4LQmwJzrUtQjyBy2nVjbo3Eh0AubZHeu Mj0z/fsS75eE2EYcOp2HoQcDfkh3Rc6orvDAU= Received: by 10.100.23.2 with SMTP id 2mr7858948anw.119.1280157321898; Mon, 26 Jul 2010 08:15:21 -0700 (PDT) Received: from [128.219.176.79] (dyn21917679.dz.ornl.gov [128.219.176.79]) by mx.google.com with ESMTPS id t6sm6752037ank.13.2010.07.26.08.15.20 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 08:15:21 -0700 (PDT) Message-ID: <4C4DB4D7.7030105@gmail.com> Date: Mon, 26 Jul 2010 11:16:23 -0500 From: Valmor de Almeida User-Agent: Thunderbird 2.0.0.23 (X11/20100131) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 To: gentoo-science@lists.gentoo.org, gentoo-user@lists.gentoo.org Subject: [gentoo-science] panic:: octave: magick/semaphore.c:525: [...] failed Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: f177630e-21d0-48d3-99f6-a2aa7175e6fb X-Archives-Hash: 314575d2b807f7a035a53f8bb82cc3d7 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