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

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

[Octave-bug-tracker] [bug #50880] octave-gui segfault after completion o


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #50880] octave-gui segfault after completion of welcome wizard initialization
Date: Thu, 27 Apr 2017 12:52:48 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

Yeah that makes sense.

I managed to bisect this specific error to one of the following two related
changes (the first one doesn't compile for me):

https://hg.savannah.gnu.org/hgweb/octave/rev/af48d8be62b3
https://hg.savannah.gnu.org/hgweb/octave/rev/252975fdc444

The second of these changesets moved the call to install_defaults from
octave::application::init() octave::interpreter::interpreter(). So it occurs
later in the startup sequence now, after the application object has been
initialized but before the interpreter is started. Meanwhile the GUI
application is setting itself up and accessing some of these global parameters
that haven't been initialized yet.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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