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

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

[Octave-bug-tracker] [bug #53539] GUI file browser date stamps / editor


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #53539] GUI file browser date stamps / editor script file appear modified when parsing date strings
Date: Fri, 20 Apr 2018 15:37:31 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

Follow-up Comment #12, bug #53539 (project octave):

@Mike, if you plan to use any getenv(TZ) in the the gui, be aware that using
setenv() makes also getenv() thread unsave.

The problem is not non-reentrant code but setenv() changes the pointer to the
env-string which can cause getenv() to segfault.

Here is a good explanation, especially the part about TZ: 
https://rachelbythebay.com/w/2017/01/30/env/


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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