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

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

[Octave-bug-tracker] [bug #33652] tmpfile () does not work on MinGW


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33652] tmpfile () does not work on MinGW
Date: Tue, 28 Jun 2011 01:28:26 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30

Follow-up Comment #3, bug #33652 (project octave):

>>Can you run Octave with gdb and set a breakpoint in the gnulib tmpfile
function and find out why it is failing for you?


Results are

$ ./run-octave -g

<snip>

(gdb) break tmpfile
Function "tmpfile" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (tmpfile) pending.

<snip>

(gdb) run

<snip>


<snip>

octave.exe:1> tmpfile()

octave.exe:1> tmpfile()

Breakpoint 1, 0x662ac2b8 in tmpfile () from
e:usrTatsumingwhomeoctavesOctBuildoctave-3.4.2src.libsliboctinterp-0.dll
(gdb) step
Single stepping until exit from function tmpfile,
which has no line number information.
0x77339581 in tmpfile () from C:Windowssyswow64msvcrt.dll
(gdb) step
Single stepping until exit from function tmpfile,
which has no line number information.
0x77339340 in tmpnam () from C:Windowssyswow64msvcrt.dll
(gdb) step
Single stepping until exit from function tmpnam,
which has no line number information.
ans = -1

***********************

This error might be win64 specific. (While gcc-4.5.2 is 32bit compiler).

I will work another machine. (Win XP 32 bit)


I will

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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