Bug#575002: marked as done (std::bad_alloc thrown in regression tests [armel powerpc s390])

2010-04-12 Thread Debian Bug Tracking System
indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 575002: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575002 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems ---BeginMessage--- Source: cvc3 Version: 2.2-11

Bug#575002:

2010-04-07 Thread Christopher L Conway
This appears to be caused by the following assignment in src/sat/minisat_solver.cpp, line 1582: d_assigns[var] = toInt(lbool(p.sign())); d_assigns has type vectorchar. On the affected architectures, char is unsigned. When p.sign() is -1, the result is that d_assigns[var] is assigned 255, an

Bug#575002: cvc3: FTBFS on various archs/in various ways

2010-04-03 Thread Jonathan Nieder
Hi Chris, Christopher L Conway wrote: the problem architectures are not directly supported by upstream and I don't have access to testing machines for these architectures, I'm not sure what the correct resolution is. Should I remove these architectures in debian/control? I’d suggest

Bug#575002: cvc3: FTBFS on various archs/in various ways

2010-04-03 Thread Christopher L Conway
I've requested removal of the failing binaries here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576333 The regression failures appear to fall into two classes. I've cloned a bug for the std::bad_alloc error here: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576334 The JVM crash

Bug#575002: cvc3: FTBFS on various archs/in various ways

2010-04-03 Thread Jonathan Nieder
Hi again, Nice bug descriptions. :) Christopher L Conway wrote: What should be the disposition of this bug? I guess it should be merged with one of the two offshoots. Happy debugging, Jonathan -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of

Bug#575002: cvc3: FTBFS on various archs/in various ways

2010-03-22 Thread Cyril Brulebois
Source: cvc3 Version: 2.2-11 Severity: serious Justification: FTBFS Hi, your package FTBFS in various ways, on various archs: armel: | Running API test, regress level = 0 | | test(): { | Lambda application: (LAMBDA (x: INT): x)(1) | Simplified: 1 | | } | test1(): { | Query: TRUE | Valid | |

Bug#575002: cvc3: FTBFS on various archs/in various ways

2010-03-22 Thread Christopher L Conway
Kibi, Thanks for reporting this. I've already file a bug upstream for these errors. As the problem architectures are not directly supported by upstream and I don't have access to testing machines for these architectures, I'm not sure what the correct resolution is. Should I remove these