Re: [v8-users] Re: Segfault when console logging a native extension object

2019-01-23 Thread Paul Spencer
oh, didn't think of that - I'll try setting a timeout to delay logging, thanks for the suggestion! > On Jan 23, 2019, at 8:00 AM, 'Peter Marshall' via v8-users > wrote: > > Can you delay the printing so that GDB has a chance to start up before the > console.log()? Getting a stack trace out of

[v8-users] Re: Segfault when console logging a native extension object

2019-01-23 Thread 'Peter Marshall' via v8-users
Can you delay the printing so that GDB has a chance to start up before the console.log()? Getting a stack trace out of GDB would really be the best way to debug from here. On Tuesday, January 15, 2019 at 3:26:58 AM UTC+1, Paul Spencer wrote: > > Hi, first post here and this may be the wrong spot