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 on macOS #107

Closed
SergeevPavel opened this issue Aug 17, 2021 · 3 comments
Closed

Crash on macOS #107

SergeevPavel opened this issue Aug 17, 2021 · 3 comments
Assignees
Milestone

Comments

@SergeevPavel
Copy link
Collaborator

OS: macOS 11.2.3
Version: 56449f9
Steps to reproduce:

  1. ./script/run.py
  2. Create multiple windows by cmd+n
  3. Close some windows by cmd-w
    hs_err_pid11437.log
@tonsky tonsky added this to the Final demo milestone Aug 18, 2021
@tonsky
Copy link
Collaborator

tonsky commented Aug 20, 2021

Stack: [0x000000016d438000,0x000000016dc34000],  sp=0x000000016dc2ec90,  free space=8155k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libobjc.A.dylib+0x6254]  objc_msgSend+0x34
C  [CoreVideo+0x2860]  CVDisplayLinkStop+0x10
C  [libjwm_arm64.dylib+0xb9ac]  ___ZL19displayLinkCallbackP15__CVDisplayLinkPK11CVTimeStampS3_yPyPv_block_invoke+0x3c
C  [libdispatch.dylib+0x2128]  _dispatch_call_block_and_release+0x20
C  [libdispatch.dylib+0x3ec0]  _dispatch_client_callout+0x14
C  [libdispatch.dylib+0x12314]  _dispatch_main_queue_callback_4CF+0x374
C  [CoreFoundation+0xc4cd8]  __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__+0x10
C  [CoreFoundation+0x836ec]  __CFRunLoopRun+0x9dc
C  [CoreFoundation+0x82598]  CFRunLoopRunSpecific+0x258
C  [HIToolbox+0x30280]  RunCurrentEventLoopInMode+0x124
C  [HIToolbox+0x2fff4]  ReceiveNextEventCommon+0x228
C  [HIToolbox+0x2fdb4]  _BlockUntilNextEventMatchingListInModeWithFilter+0x48
C  [AppKit+0x41660]  _DPSNextEvent+0x344
C  [AppKit+0x40000]  -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]+0x50c
C  [AppKit+0x31e4c]  -[NSApplication run]+0x254
C  [libjwm_arm64.dylib+0x80b0]  Java_org_jetbrains_jwm_App__1nStart+0x20
j  org.jetbrains.jwm.App._nStart()I+0
j  org.jetbrains.jwm.App.start()I+20
j  org.jetbrains.jwm.examples.Example.main([Ljava/lang/String;)V+58

@tonsky tonsky self-assigned this Aug 26, 2021
@SergeevPavel
Copy link
Collaborator Author

probably it was related with missing context switches

@tonsky
Copy link
Collaborator

tonsky commented Aug 31, 2021

Some of it was, but I still have crashes, will investigate further

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants