[11:08] jfh: but there is no ubuntu on LinuxONE Community Cloud [13:38] joelkraehemann https://developer.ibm.com/linuxone/home-ubuntu/ [15:22] pppingme, thank you [15:22] I was able to track down the problem using SLES 12.3 [15:27] joelkraehemann: SLES is compiled for older s390x generations - that may work ... (sorry missed your question on L1CC) [15:32] jfh1: I was able to reproduce [15:32] for short, I have 2 versions one working the other not [15:32] the ubuntu version is not working [15:33] further I just looked at the diff and there is actually a problem with the ubuntu version [15:33] http://codepad.org/mKZ5c5dA [15:33] ^^ the stack-trace of the crash [15:35] http://codepad.org/1pUsFFpl [15:35] ^^ I think this diff snipped is the root cause [15:35] joelkraehemann, if these are ubuntu binaries, you should enable dbgsyms repository and install debug symbols to see more info [15:36] I compiled from source :) [15:36] joelkraehemann, note Desktop is not supported on s390x on Ubuntu; despite just being a test case binary.... [15:37] well I was able to run the tests with X11Forwarding [15:37] joelkraehemann, sure, but you want debug symbols for the shared libraries you did not compile. e.g. #36 0x000003fffc294082 in () at /usr/lib64/libgobject-2.0.so.0 [15:37] etc. [15:37] and so on, no? [15:37] xnox: the crash was introduced while the critical warning [15:38] I am thinking of a memory corruption [15:38] here, you need to use your brain ;) [15:42] yeah, annoying