Dennis Knochenwefel has proposed merging lp:~zorba-coders/zorba/bug-1026594 
into lp:zorba/system-module.

Requested reviews:
  Chris Hillery (ceejatec)
Related bugs:
  Bug #1026594 in Zorba: "system module crashes with signal 8: SIGFPE"
  https://bugs.launchpad.net/zorba/+bug/1026594

For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug-1026594/+merge/115717

fix for bug #1026594
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug-1026594/+merge/115717
Your team Zorba Coders is subscribed to branch lp:zorba/system-module.
=== modified file 'src/com/zorba-xquery/www/modules/system.xq.src/system.cpp'
--- src/com/zorba-xquery/www/modules/system.xq.src/system.cpp	2011-10-05 22:16:57 +0000
+++ src/com/zorba-xquery/www/modules/system.xq.src/system.cpp	2012-07-19 12:42:02 +0000
@@ -191,7 +191,7 @@
 
   static void countProcessors() {
     logical=0;
-    cores=0;
+    cores=1; // per default: single core processor
     physical=0;
 
     std::ifstream in("/proc/cpuinfo");

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to