From: Jakub Kruszona-Z. <jak...@ge...> - 2016-09-19 09:51:28
|
On 18 Sep, 2016, at 2:34, Matt Welland <mat...@gm...> wrote: > Previous (rock solid) setup: > > Moosefs 2.0 installed via apt all on 64bit x86. > > Current (problematic) setup: > > Moosefs 3.0.81 installed from source using "dpkg-buildpackage -b" > > Master is on a cubietruck running Debian Jessie. chunkservers are on x86. > > The problem: > > Compiling a Chicken Scheme program results in the program crashing. Compiling the program on local disk works fine. We need to reproduce this behaviour on our instance. Could you write more? I tried simple 'hello world' and it works: $ cat hello.scm (print "Hello, world!") $ csi -s hello.scm Hello, world! $ csc hello.scm $ ./hello Hello, world! I've also downloaded some benchmarks from: https://github.com/ashinn/chibi-scheme/tree/master/benchmarks/gabriel I've tested 'kanren.sch' using MooseFS 3.0.81, Ubuntu 16.04 and chicken scheme installed from packages (version 4.9 as I remember) core@worker6:/mnt/mfstest/scheme/chibi-scheme/benchmarks/gabriel$ csc kanren.sch core@worker6:/mnt/mfstest/scheme/chibi-scheme/benchmarks/gabriel$ ./kanren Testing eigen eigens: (!x_!$gen$!x3 !y_!$gen$!x4) Testing test-unify/pairs-oleg1 Testing test-unify/pairs-oleg2 (...) <--- long output Testing logo-3-3 Testing powers-of-3 Testing powers-of-exp-3 2.7s CPU time, 0.432s GC time (major), 4601 mutations, 202/5439 GCs (major/minor) It looks correct. I've also checked it on Debian Jessie (64bit) and it also works fine. Maybe we need something more sophisticated. Could you send us something that triggers this problem? > > I also see these messages in syslog: > > [11622.232964] mfsmount (13759): /proc/13759/oom_adj is deprecated, please use /proc/13759/oom_score_adj instead. It doesn't matter. I use both 'oom_adj' and 'oom_score_adj', so it works fine. This is only disabling 'out of memory killer', so this is not related to any file operations. > > Should I revert to my old setup? > ------------------------------------------------------------------------------ > _________________________________________ > moosefs-users mailing list > moo...@li... > https://lists.sourceforge.net/lists/listinfo/moosefs-users -- Regards, Jakub Kruszona-Zawadzki - - - - - - - - - - - - - - - - Segmentation fault (core dumped) Phone: +48 602 212 039 |