Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash when using a subprocess after compiling to js #11900

Open
pnodet opened this issue Jun 15, 2024 · 1 comment
Open

Crash when using a subprocess after compiling to js #11900

pnodet opened this issue Jun 15, 2024 · 1 comment
Labels
crash An issue that could cause a crash macOS An issue that only occurs on macOS

Comments

@pnodet
Copy link
Contributor

pnodet commented Jun 15, 2024

How can we reproduce the crash?

No response

Relevant log output

No response

Stack Trace (bun.report)

Bun v1.1.13 (bd6a605) on macos aarch64 [RunCommand]

Segmentation fault at address 0x00000000

  • 2 unknown/js code
  • JSC::Structure* JSC::LazyProperty<JSC::JSGlobalObject, JSC::Structure>::callFunc<void JSC::LazyClassStructure::initLater<Zig::GlobalObject::initGeneratedLazyClasses(...)>(...)::'lambda0'(...) const&)::'lambda'(...)>
  • JSC::JSFunction* JSC::LazyProperty<JSC::JSGlobalObject, JSC::JSFunction>::callFunc<Zig::GlobalObject::finishCreation(...)::$_18>
  • JSC::JSFunction* JSC::LazyProperty<JSC::JSGlobalObject, JSC::JSFunction>::callFunc<Zig::GlobalObject::finishCreation(...)::$_19>
  • WTF::RefPtr<WTF::StringImpl, WTF::RawPtrTraits<WTF::StringImpl>, WTF::DefaultRefDerefTraits<WTF::StringImpl> > WTF::tryMakeStringImplFromAdaptersInternal<WTF::StringTypeAdapter<WTF::String, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void>, WTF::StringTypeAdapter<WTF::PaddingSpecification<int>, void>, WTF::StringTypeAdapter<char, void> >
  • JSC::Heap::Heap
  • JSC::BlockDirectory::addBlock
  • JSC::SlotVisitor** WTF::Vector<JSC::SlotVisitor*, 8ul, WTF::CrashOnOverflow, 16ul, WTF::FastMalloc>::expandCapacity<(...)0>
  • JSC::HeapSnapshotBuilder::json
@pnodet pnodet added the crash An issue that could cause a crash label Jun 15, 2024
@github-actions github-actions bot added the macOS An issue that only occurs on macOS label Jun 15, 2024
@pnodet
Copy link
Contributor Author

pnodet commented Jun 15, 2024

Seems related to #11640

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash An issue that could cause a crash macOS An issue that only occurs on macOS
Projects
None yet
Development

No branches or pull requests

1 participant