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

Can't run on macOS #5

Open
trufae opened this issue Apr 18, 2018 · 5 comments
Open

Can't run on macOS #5

trufae opened this issue Apr 18, 2018 · 5 comments

Comments

@trufae
Copy link

trufae commented Apr 18, 2018

$ ./servonk run glutin
assertion failed: mach_sys::mach_port_mod_refs(mach_task_self(), self.port,
                             MACH_PORT_RIGHT_SEND, 1) == KERN_SUCCESS (thread Constellation, at /Users/pancake/.cargo/registry/src/github.com-1ecc6299db9ec823/ipc-channel-0.10.0/src/platform/macos/mod.rs:336)
ERROR 2018-04-18T08:10:50Z: servo: assertion failed: mach_sys::mach_port_mod_refs(mach_task_self(), self.port,
                             MACH_PORT_RIGHT_SEND, 1) == KERN_SUCCESS
called `Result::unwrap()` on an `Err` value: Io(Custom { kind: ConnectionReset, error: StringError("No senders exist for this port.") }) (thread StorageManager, at libcore/result.rs:945)
ERROR 2018-04-18T08:10:52Z: servo: called `Result::unwrap()` on an `Err` value: Io(Custom { kind: ConnectionReset, error: StringError("No senders exist for this port.") })
@trufae
Copy link
Author

trufae commented Apr 18, 2018

(i get an empty window, but those errors appear in the terminal)

@fabricedesre
Copy link
Owner

Hm, maybe that's because multiprocess doesn't work on Mac. Can you try to remove the -M argument at https://github.com/fabricedesre/servonk/blob/master/platform/glutin/support/scripts/run.sh#L14 ?

@radare
Copy link

radare commented Apr 18, 2018 via email

@fabricedesre
Copy link
Owner

I don't know then, and I don't have a Mac to debug.

@fabricedesre
Copy link
Owner

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

No branches or pull requests

3 participants