octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #31467] imwrite crashes if there was no imread


From: Christoph Müller
Subject: [Octave-bug-tracker] [bug #31467] imwrite crashes if there was no imread before:
Date: Tue, 26 Oct 2010 13:49:46 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 ( .NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?31467>

                 Summary: imwrite crashes if there was no imread before:
                 Project: GNU Octave
            Submitted by: muellercrtp
            Submitted on: Di 26 Okt 2010 13:49:45 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.4
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

A crash occures if I try to write an image to the harddisk using imwrite:

----------------------------------------------------------------
$ octave
GNU Octave, version 3.2.4
Copyright (C) 2009 John W. Eaton and others.
This is free software; see the source code for copying conditions.
There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  For details, type `warranty'.

< rest of copyright disclaimer snipped...>

octave:1> imwrite(uint16(zeros(100,100,3)), "test.tiff")
assertion "semaphore_info != (SemaphoreInfo *) NULL" failed: file
"/pub/cygports
/graphicksmagick/GraphicsMagick-1.3.12-1/src/GraphicsMagick-1.3.12/magick/semaph
ore.c", line 525, function: LockSemaphoreInfo
panic: Aborted -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Aborted (core dumped)

----------------------------------------------------------------

If there was an imread before everything is fine:

octave:1> imread("example.tiff");
octave:2> imwrite(uint16(zeros(100,100,3)), "test.tiff")
octave:3>

The same behavior occures in an freshly installed ubuntu linux - also octave
3.2.4.

The bug might be related to this topic:
https://www-old.cae.wisc.edu/pipermail/octave-maintainers/2010-January/014891.html



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Di 26 Okt 2010 13:49:45 GMT  Name: octave-3.2.4.exe.stackdump  Size:
1kB   By: muellercrtp

<http://savannah.gnu.org/bugs/download.php?file_id=21831>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?31467>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]