Changes between Initial Version and Version 1 of Ticket #2426, comment 4


Ignore:
Timestamp:
Feb 16, 2014, 1:46:08 PM (10 years ago)
Author:
Echelon9

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2426, comment 4

    initial v1  
    3030}}}
    3131
    32 However, it appears something odd is happening in the ScriptInterface::ScriptInterface() constructor, as at that point the runtime pointer is non-NULL.
     32However, it appears something odd is happening in the constructors or initialisation routines, as at that point the global script JSRuntime pointer may also be NULL.
     33
     34{{{
     35(lldb) p g_ScriptRuntime
     36(boost::shared_ptr<ScriptRuntime>) $2 = {
     37  px = 0x0000000000000000
     38  pn = {
     39    pi_ = 0x0000000000000000
     40  }
     41}
     42}}}
    3343
    3444Backtrace below.