Re: [Mono-dev] How to debug native code?

2016-01-20 Thread Bill Seurer
When I am debugging problems with native code I use gdb to debug it. I have used other debuggers, too. If you watch the commands that are running you should be able to see when the mono program is called. Note the parameters. Then run the debugger on mono and then run the program within

Re: [Mono-dev] Strange build problem

2016-01-20 Thread Alexander Köplinger
Hey, Are you sure you’re running this on the nealef-s390x-2 machine and not nealef-s390x-1 ? This sounds exactly like the problem with the ancient gcc we ran into on the -1 machine, that’s why we’re only using the -2 machine on Jenkins now. In fact, my IRC log shows we discussed this back in