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

Transparent example segfaults on OS X #619

Closed
jdm opened this issue Sep 28, 2015 · 3 comments
Closed

Transparent example segfaults on OS X #619

jdm opened this issue Sep 28, 2015 · 3 comments

Comments

@jdm
Copy link
Contributor

jdm commented Sep 28, 2015

Process 4057 launched: '/Users/jdm/src/glutin/target/debug/examples/transparent' (x86_64)
2015-09-28 12:05:39.778 transparent[4057:d0b] -[NSWindow setTitleVisibility:]: unrecognized selector sent to instance 0x1006071c0
Process 4057 stopped
* thread #1: tid = 0x249e6, 0x000000010003579d transparent`rt::lang_start::h136aeed49f9e07e9OTw + 1021, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
    frame #0: 0x000000010003579d transparent`rt::lang_start::h136aeed49f9e07e9OTw + 1021
transparent`rt::lang_start::h136aeed49f9e07e9OTw + 1021:
-> 0x10003579d:  callq  *(%rbx)
   0x10003579f:  movq   0x8(%rbx), %rsi
   0x1000357a3:  testq  %rsi, %rsi
   0x1000357a6:  je     0x1000357b4               ; rt::lang_start::h136aeed49f9e07e9OTw + 1044
(lldb) bt
* thread #1: tid = 0x249e6, 0x000000010003579d transparent`rt::lang_start::h136aeed49f9e07e9OTw + 1021, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0)
  * frame #0: 0x000000010003579d transparent`rt::lang_start::h136aeed49f9e07e9OTw + 1021
    frame #1: 0x000000010000b8ba transparent`main + 42
    frame #2: 0x00007fff976285fd libdyld.dylib`start + 1
(lldb)
@tomaka tomaka added the A-cocoa label Sep 28, 2015
@fkaa
Copy link
Contributor

fkaa commented Mar 13, 2016

Probably using <10.10, we should add a check for this before trying to set things to transparent.

@jdm
Copy link
Contributor Author

jdm commented Mar 13, 2016

Yes, I'm on 10.9.5.

@tomaka
Copy link
Contributor

tomaka commented Nov 3, 2016

Closing for rust-windowing/winit#57

@tomaka tomaka closed this as completed Nov 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants