-
Notifications
You must be signed in to change notification settings - Fork 40
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
SIGSEGV on compile #14
Comments
Well, I've done a couple things so far... I moved the heroku repo and associated heroku web role to just the MVC web app and not at the root where I had a SLN file and several class libraries as well. I committed nuget.exe into the root of the directory and began removing any potentially unused packages. I get a new message which looks a bit further along, but still error out: -----> Fetching custom git buildpack... done Got a SIGSEGV while executing native code. This usually indicates /tmp/buildpack_a081664f6be0cb34084453aa5d2cb394/bin/compile: line 67: 244 Aborted mono ${NUGET_EXECUTABLE_PATH} restore -NonInteractive |
sorry - I'm not really working on this buildpack at the moment, if anything I'm focusing on the new ASP.NET 5 stuff |
Bummer. I thought this was very exciting and brought more .NET developers further into more diverse cloud offerings and polyglot architectural decisions. Do you know if any of the other original contributors will be working on this since it's listed as the unofficial-official third party buildpack? https://devcenter.heroku.com/articles/third-party-buildpacks |
This is my first time looking into buildpack's for heroku, but I've got a .NET Mono app attempting to compile and fails with the following log (below). Is there anyway to tell which library is failing or if it is a nugget issue first that is causing the library to fail (as a dependency)?
-----> Fetching custom git buildpack... done
-----> ASP.NET app detected
-----> Downloading http://s3.amazonaws.com/mono-dependencies/cedar-14/mono-3.10.0.tar.gz
-----> Compiling Mono application
Stacktrace:
Native stacktrace:
mono() [0x4b85c8]
mono() [0x510633]
mono() [0x423bc2]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f44d7424340]
[0x7f44d08dae90]
Debug info from gdb:
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
/tmp/buildpack_ec3381ed6f3c294e0f8f9480abcd1835/bin/compile: line 67: 242 Aborted mono ${NUGET_EXECUTABLE_PATH} restore -NonInteractive
! Push rejected, failed to compile ASP.NET app
The text was updated successfully, but these errors were encountered: