xbmc.bin: ../xbmc/Util.h:70: int MathUtils::round_int(double): Assertion `x > static_cast <double>((-2147483647 - 1) / 2) - 1.0' failed

vobie
vobie
Junior Member Posts: 14 Joined: Apr 2008 Reputation: 0 |
2008-08-12 02:18
Post: #1
svn 14845
xbmc.bin: ../xbmc/Util.h:70: int MathUtils::round_int(double): Assertion `x > static_cast <double>((-2147483647 - 1) / 2) - 1.0' failed ![]() vobie |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2008-08-12 02:21
Post: #2
Hi there,
It'd be most useful if you could generate a callstack/bt on that. Once we see where it's coming from it'll be much easier to fix. See here for more info Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
althekiller
Team-XBMC Developer Joined: May 2004 Reputation: 12 |
2008-08-12 03:33
Post: #3
Please build with debugging enabled for now, GCC is doing something strange while inlining some functions.
Howto post your problem in a useful manner. #xbmc-linux on FreeNode XBMC online-manual, FAQ, search, forum rules, how to submit a bugreport. |
| find quote |
rodalpho
Fan Posts: 546 Joined: Nov 2006 Reputation: 16 |
2008-08-12 04:11
Post: #4
Yeah it fails every time without debugging now.
|
| find quote |
althekiller
Team-XBMC Developer Joined: May 2004 Reputation: 12 |
2008-08-13 08:03
Post: #5
This *should* be fixed.
Howto post your problem in a useful manner. #xbmc-linux on FreeNode XBMC online-manual, FAQ, search, forum rules, how to submit a bugreport. |
| find quote |
yellowman
Senior Member Posts: 145 Joined: May 2008 Reputation: 0 |
2008-08-13 10:01
Post: #6
I just installed the 2.1 alpha 3 through ppa on ubuntu hardy(i386) and I get exactly this result.
Any way I can fix that? Htpc 1: Intel E8400@3GHz : Gigabyte GA-G33M-DS2 G33 : Nvidia 9400GT : Antec Fusion V2 : MCE Remote : Windows 7 64bit : Dharma : Confluence : 1920x1080 Htpc 2: Zotac Zbox HD-ID11 : MCE Remote : Windows 7 64bit : Dharma : Confluence : 1920x108 |
| find quote |
jahnrik
Junior Member Joined: May 2008 Reputation: 0 Location: France |
2008-08-13 10:07
Post: #7
yellowman Wrote:I just installed the 2.1 alpha 3 through ppa on ubuntu hardy(i386) and I get exactly this result. Hello, same thing for me
|
| find quote |
pancus
Junior Member Posts: 27 Joined: Jun 2007 Reputation: 0 |
2008-08-13 10:11
Post: #8
For the last week or so I have been compiling with NODEBUG on Gentoo on two different systems, one 32bit and one 64bit. The 32bit one the graphics just went crazy, the 64 bit one the graphics were simply too big, it looked like it was a bad zoom.
When I recompiled on both systems with NODEBUG removed it worked 100%. I know this isn't what you want for a bug report, but it's not crashing per se, can still press S and shutdown. |
| find quote |
shanedoyle
Member Posts: 80 Joined: Apr 2007 Reputation: 0 |
2008-08-13 13:07
Post: #9
Congrats on getting this far with these builds.. Ive just done sudo apt-get install xbmc with the latest version and xbmc wont run
Before i put a full debug log etc together is there anything obvious im missing Im on Hardy heron Kubuntu and the previous version of the PPA worked even though i had some problems with the SVN.. When i run from command ine after the install this is all i get. xbmc.bin: ../xbmc/Util.h:70: int MathUtils::round_int(double): Assertion `x > static_cast <double>((-2147483647 - 1) / 2) - 1.0' failed. Aborted (core dumped) So before i start the process of debugging i wanted to see if i have missed anything obvious - and yes althekiller i have searched.. Shane |
| find quote |
shanedoyle
Member Posts: 80 Joined: Apr 2007 Reputation: 0 |
2008-08-13 13:13
Post: #10
Same thing for me here... Previous version from PPA was fine..is there anyway to revert back to it
shane |
| find quote |