Hi,

I believe I found the problem.

It looks like the constructor for the Workspace object (containing all system variables)
was called before the constructors for the system variables were called. That made the
names of the system variables empty strings.

The compiler has some freedom regarding the order of initialization of static objects
and your compiler has chosen different order than mine.

Hopefully fixed in SVN 872.

/// Jürgen


On 01/31/2017 11:47 PM, [email protected] wrote:
core dump - i bz2'ed it and attached it

On Tue, 31 Jan 2017 23:39:01 +0100
Juergen Sauermann <[email protected]> wrote:

Hi,

sorry, should read:

Q(ID::get_name(id))   // ← new line

/// Jürgen


On 01/31/2017 11:28 PM, [email protected] wrote:
Q(name(ID::get_name(id)))   // ← new line
Q(name.size())              // ← another new line
 

Reply via email to