Re: [v8-users] kKeep segfault

2018-06-18 Thread Ryan Dahl
Thanks: https://bugs.chromium.org/p/v8/issues/detail?id=7857 -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop re

Re: [v8-users] kKeep segfault

2018-06-18 Thread Jakob Gruber
Do you perhaps have a backtrace? Please open a bug at http://crbug.com/v8/new and assign it to me, I'll take a look. On Mon, Jun 18, 2018 at 3:15 PM, Ryan Dahl wrote: > Hi, > > I'm experiencing a segfault when using > SnapshotCreator::FunctionCodeHandling::kKeep. > I'm wondering if this is inte

[v8-users] kKeep segfault

2018-06-18 Thread Ryan Dahl
Hi, I'm experiencing a segfault when using SnapshotCreator::FunctionCodeHandling::kKeep. I'm wondering if this is intended behavior or a bug? Here is a patch to demo it in test/cctest/test-serialize.cc https://gist.github.com/ry/0429eb4887370ee2a263446a59ec9ed7 thank you, Ryan -- -- v8-user