octave-maintainers
[Top][All Lists]
Advanced

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

Re: gui-release branch CLOSED


From: Daniel J Sebald
Subject: Re: gui-release branch CLOSED
Date: Fri, 30 Jan 2015 21:24:28 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

On 01/30/2015 09:07 PM, Daniel J Sebald wrote:

One bug when attempting to print, which wants a temporary file.
"tempname.m" and "tmpnam.m" recursively call one another:

which tempname
'tempname' is a function from the file
/usr/local/share/octave/3.9.0+/m/miscellaneous/tempname.m
which tmpnam
'tmpnam' is a function from the file
/usr/local/share/octave/3.9.0+/m/miscellaneous/tmpnam.m
tempname
error: max_recursion_depth exceeded
error: called from
tmpnam at line 43 column 12
tempname at line 29 column 12
tmpnam at line 43 column 12
tempname at line 29 column 12
[etc]

Is one of these functions something that was in the deprecated list?

Oops, more cruft. Rolling back the version number to 3.9.0+ corresponds to some old library files from a previous installation. Fixed after wiping all of the /usr/local/share/octave/3.9.0+ directory and reinstalling.

Dan



reply via email to

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