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

Stacktrace from linux using mono #4

Open
bfosberry opened this issue Jun 15, 2015 · 0 comments
Open

Stacktrace from linux using mono #4

bfosberry opened this issue Jun 15, 2015 · 0 comments

Comments

@bfosberry
Copy link

Running this using Mono/.Net 4.0 on MonoDevelop. Is this an error related to the clipboard presentation? Is it possible to pass in a quiet flag, and have the generated files to go a specific ${Classname}.${Extension} set of files instead?

Building Solution: SpaceEngineersScripts (Debug|x86)

Building: SpaceEngineersScripts (Debug|x86)
Performing main compilation...
/usr/bin/mcs /noconfig "/r:/usr/lib/mono/4.0/mscorlib.dll" -nostdlib "/out:/home/bfosberry/workspace/SpaceEngineersScripts/bin/Debug/SpaceEngineersScripts.exe" "/r:/home/bfosberry/workspace/SpaceEngineers/Sources/Sandbox.Common/bin/x86/Debug/Sandbox.Common.dll" "/r:/home/bfosberry/workspace/SpaceEngineers/Sources/VRage.Game/bin/x86/Debug/VRage.Game.dll" "/r:/usr/lib/monodevelop/AddIns/NUnit/nunit.framework.dll" "/r:/usr/lib/monodevelop/AddIns/NUnit/nunit.core.interfaces.dll" "/r:/usr/lib/monodevelop/AddIns/NUnit/nunit.core.dll" "/r:/home/bfosberry/workspace/SpaceEngineers/Sources/VRage.Math/bin/x86/Debug/VRage.Math.dll" "/r:/home/bfosberry/workspace/SpaceEngineers/Sources/VRage/bin/x86/Debug/VRage.dll" "/r:/home/bfosberry/workspace/SpaceEngineers/Sources/VRage/bin/x86/Debug/VRage.Library.dll" "/r:/usr/lib/mono/4.0/System.dll" "/r:/usr/lib/mono/4.0/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 /platform:x86 "/define:DEBUG"  /main:SpaceEngineersScripts.AdvancedPowerControl.AdvancedPowerControlWrapper /t:exe "/home/bfosberry/workspace/SpaceEngineersScripts/AdvancedPowerControl/AdvancedPowerControl.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/AdvancedPowerControl/AdvancedPowerControlWrapper.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/AdvancedPowerControl/AdvancedPowerControlTest.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/Common/StubGridTerminalSystem.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/Common/StubTerminalBlock.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/Common/DisplayBuffer.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/Common/DisplayBufferTests.cs" "/home/bfosberry/workspace/SpaceEngineersScripts/Common/StubTextPanel.cs" 
Build complete -- 0 errors, 0 warnings
Executing: mono /home/bfosberry/workspace/SEBench/SEBench/bin/Debug/SEBench.exe "/home/bfosberry/workspace/SpaceEngineersScripts/bin/Debug/SpaceEngineersScripts.exe"
Missing method .ctor in assembly /home/bfosberry/workspace/SEBench/SEBench/bin/Debug/ILSpy.exe, type System.Windows.ThemeInfoAttribute
Can't find custom attr constructor image: /home/bfosberry/workspace/SEBench/SEBench/bin/Debug/ILSpy.exe mtoken: 0x0a000009
* Assertion at class.c:5597, condition `!mono_loader_get_last_error ()' not met

Stacktrace:

  at <unknown> <0xffffffff>
  at SEBench.Program.Main (string[]) <0x002ab>
  at (wrapper runtime-invoke) <Module>.runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff>

Native stacktrace:

    /usr/bin/mono() [0x4b73d8]
    /lib/x86_64-linux-gnu/libpthread.so.0(+0x10340) [0x7f28f52cf340]
    /lib/x86_64-linux-gnu/libc.so.6(gsignal+0x39) [0x7f28f4f30cc9]
    /lib/x86_64-linux-gnu/libc.so.6(abort+0x148) [0x7f28f4f340d8]
    /usr/bin/mono() [0x638575]
    /usr/bin/mono() [0x6386b6]
    /usr/bin/mono() [0x5298e6]
    /usr/bin/mono(mono_class_get_full+0xe2) [0x52a0c2]
    /usr/bin/mono(mono_class_from_name+0xfe) [0x52a4ae]
    /usr/bin/mono(mono_class_from_typeref+0x190) [0x529d00]
    /usr/bin/mono() [0x54c44d]
    /usr/bin/mono() [0x54c54d]
    /usr/bin/mono(mono_get_method_full+0x9d) [0x54ca7d]
    /usr/bin/mono() [0x46e9b6]
    /usr/bin/mono() [0x475ee3]
    /usr/bin/mono() [0x465113]
    /usr/bin/mono() [0x421e2e]
    /usr/bin/mono() [0x4253cd]
    /usr/bin/mono() [0x425ecb]
    /usr/bin/mono() [0x4b845b]
    [0x40b5c166]

Debug info from gdb:

Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No threads.

=================================================================
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=================================================================


---------------------- Done ----------------------

Custom command failed (exit code: 134)
Build canceled.
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

1 participant