Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Null reference when running on osx #13

Closed
davidfowl opened this issue Jul 3, 2014 · 4 comments
Closed

Null reference when running on osx #13

davidfowl opened this issue Jul 3, 2014 · 4 comments
Assignees
Milestone

Comments

@davidfowl
Copy link
Member

I tried porting https://github.com/davidfowl/HelloWorldVNext to only use kestrel and this is the error I get when trying to run k web on OSX:

System.NullReferenceException: Object reference not set to an instance of an object
  at Microsoft.AspNet.Server.Kestrel.Networking.Libuv.loop_size () [0x00000] in <filename unknown>:0 
  at Microsoft.AspNet.Server.Kestrel.Networking.UvLoopHandle.Init (Microsoft.AspNet.Server.Kestrel.Networking.Libuv uv) [0x00000] in <filename unknown>:0 
  at Microsoft.AspNet.Server.Kestrel.KestrelThread.ThreadStart (System.Object parameter) [0x00000] in <filename unknown>:0 
@davidfowl davidfowl added the bug label Jul 3, 2014
@djsell
Copy link

djsell commented Jul 3, 2014

I just ran into this. The NuGet package does not include the {package}/native/darwin directory.

@davidfowl davidfowl added this to the 0.1-alpha3 milestone Jul 9, 2014
@davidfowl
Copy link
Member Author

This was fixed

@ajlennon
Copy link

I'm seeing the same thing on Ubuntu with Mono 3.6.1 from git

@MaxGrekhov
Copy link

ubuntu 14.04 mono 3.8.1 from git. Same problem.

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

No branches or pull requests

5 participants