This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cygwin Octave / Octave Forge image functions


Whenever I use any of the image functions in Octave, it begins to spew 
out a bunch of exceptions. I have an X server running and the DISPLAY 
environment variable set but it doesn't make a difference. Sample output 
can be found at http://pastebin.com/m7SS1MwV but here is the stack dump 
and en excerpt from the output (Note, I'm running Cygwin 1.7.5 on Windows
Vista x86):

# Dump output

Exception: STATUS_ACCESS_VIOLATION at eip=610202F7
eax=01363188 ebx=61228FE4 ecx=7690B363 edx=00B2E950 esi=00000000 
edi=0022F9FC
ebp=61020A10 esp=0022C7CC program=C:\Cygwin\bin\octave-3.2.4.exe, pid 
872, thread main
cs=001B ds=0023 es=0023 fs=003B gs=0000 ss=0023
Stack trace:
Frame     Function  Args
End of stack trace

# Octave output

octave:1> image

warning: loadimage is obsolete and will be removed from a future version 
of Octave; please use imread instead

      2 [main] octave-3.2.4 2644 exception::handle: Exception: 
            STATUS_ACCESS_VIOLATION
    569 [main] octave-3.2.4 2644 open_stackdumpfile: Dumping stack trace 
            to octave-3.2.4.exe.stackdump
    ...
    ...

error: popen2: process creation failed -- Resource temporarily unavailable

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]