Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-03-28 12:28:48



Reply to topic  [ 23 posts ]  Go to page Previous  1, 2, 3  Next
Edited object jumping at 0,0,0 when rotated 
Author Message

Joined: 2012-02-09 21:01:50
Posts: 284
Reply with quote
Happened for me again, too. But could make the prim jump back to previous position by selecting it and then click undo in the top menu. Forgot what exactly I clicked before, will keep an eye on it next time.


2012-11-19 18:48:35
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
I need the logs (the new warnings I implemented in the latest releases are more explicit about where the NaN exception happens) and, if possible, what angles the prim was being rotated to when it happened.


2012-11-19 19:28:19
Profile WWW

Joined: 2011-12-13 14:11:38
Posts: 186
Reply with quote
I don't have any logs to provide since I'm on a Mac and the latest version is not available there… Can someone please reproduce the problem and post the logs here? This bug is becoming extremely annoying. I'm basically fearing to start editing anything now, because I just can't spend a single building or editing session without the bug happening at some point. For now, I didn't lose anything luckily, but that might happen: the coordinates 0, 0, 0 in a region are often quite inaccessible, and if something gets down there, I may not be able to ever get it back…


2012-11-28 21:34:32
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
I could never reproduce this bug here under either Linux or Windows... Perhaps is it specific to the Mac builds (fast math optimization that causes bad roundups and NaNs ?)...


2012-11-29 02:55:24
Profile WWW

Joined: 2011-12-13 14:11:38
Posts: 186
Reply with quote
Got it! :) Log attached. The editing that made the poseball jump to the position 0, 0, 0 starts around 21:45. Lots of warnings about a non finite number after that indeed…


Attachments:
SecondLife.log.zip [28.5 KiB]
Downloaded 143 times
2012-12-03 21:56:56
Profile

Joined: 2010-03-14 21:12:58
Posts: 86
Reply with quote
Henri Beauchamp wrote:
I could never reproduce this bug here under either Linux or Windows... Perhaps is it specific to the Mac builds (fast math optimization that causes bad roundups and NaNs ?)...


Alas it's happened on Linux too.

My friend had it happen on 32 bit Ubuntu and I've had it happen on 64 bit Debian. Unfortunetly when we discovered this was what happened, and recovered our items from near <0,0,0> several days later, we'd long since lost the logs. I can't even be sure of the server version since it may have changed since then. I'll keep a watch for it and send logs if I can get it to happen again.

Sorry I can't be more help yet, but it's aparently not isolated to the Macs.


2012-12-05 02:21:19
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
The only logical solution I came up to is that the "gimbal lock fix" patch that went into v1.26.4.36 is causing these NaNs... I'll revert that patch in next releases.


2012-12-05 09:14:25
Profile WWW

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
Please, folks, let me know if v1.26.4.42 and v1.26.5.22 got this bug fixed...


2012-12-14 09:15:42
Profile WWW

Joined: 2010-03-14 21:12:58
Posts: 86
Reply with quote
Henri Beauchamp wrote:
Please, folks, let me know if v1.26.4.42 and v1.26.5.22 got this bug fixed...


It looks like it is fixed, Henri.

I was able to get it to happen consistently in 1.26.5.21 by creating a box (in a skybox at 1600m, not sure if that matters), sitting on it and then rotating it in small increments pressing the control key and dragging the green circle. I'll send a log if you still want one.

I couldn't get it to trigger the bug with 1.26.5.22. If it happens again in 1.26.7.0 I'll let you know. Otherwise I think you got it fixed.

Code:
Cool VL Viewer 1.26.5 (21) Dec  1 2012 15:19:55 (Cool VL Viewer)
RestrainedLove viewer v2.08.03.27
Release Notes

You are at 256153.5, 263059.0, 1601.6 in Moneta located at sim8507.agni.lindenlab.com (216.82.39.66:13003)
Second Life Server 12.11.09.266804
Release Notes: Error fetching server release notes URL.

CPU: Intel(R) Core(TM) i7 CPU         930  @ 2.80GHz (2801 MHz)
Memory: 12038 MB
OS Version: Linux 3.2.0-4-amd64 #1 SMP Debian 3.2.35-1 x86_64
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTX 470/PCIe/SSE2
OpenGL Version: 4.2.0 NVIDIA 304.64

libcurl Version: libcurl/7.21.1 OpenSSL/1.0.0d zlib/1.2.5 c-ares/1.7.1
J2C Decoder Version: KDU
Audio Driver Version: FMOD version 3.750000
Qt Webkit Version: 4.7.1 (version number hard-coded)
Packets Lost: 42/13291 (0.3%)

Built with GCC version 40302

Compile flags used for this build:
-O2 -fomit-frame-pointer -frename-registers -fweb -ftree-vectorize -fexpensive-optimizations -DNDEBUG -DLL_RELEASE=1 -DLL_RELEASE_FOR_DOWNLOAD=1 -Wall -Wno-sign-compare -Wno-trigraphs -Werror -Wno-reorder -Wno-non-virtual-dtor -Wno-deprecated -pipe -g -fexceptions -fno-strict-aliasing -fvisibility=hidden -fsigned-char -march=pentium4 -msse2 -mfpmath=sse -fno-math-errno -fno-trapping-math -pthread -fno-stack-protector -m32 -D_FORTIFY_SOURCE=2 -DLL_LINUX=1 -D_REENTRANT -DAPPID=secondlife -DLL_IGNORE_SIGCHLD -DLL_ENABLE_DEFORMER=1 -DLL_NEW_HTTP_CORE=1 -DLL_MEDIA_ON_PRIM=1 -DLL_DBUS_ENABLED=1 -DLL_ELFBIN=1 -DOV_EXCLUDE_STATIC_CALLBACKS -DCARES_STATICLIB -DCARES_STATICLIB -DLL_SDL=1 -DLIB_NDOF=1 -DLL_GTK=1 -DLL_X11=1


2012-12-15 20:22:22
Profile

Joined: 2011-12-13 14:11:38
Posts: 186
Reply with quote
Urgh… Bug is back: I wasn't sure so far, but this time, I did see it. Using version 1.26.12(9) on the Mac, and I had again an object jumping to coordinates 0,0,0 while I was rotating it using the red/green/blue circles. It was a posestand I was sitting on. It was after quite a long session though, so I fear the full log won't fit. Here is what I think is the meaningful part:
Quote:
2014-08-06T19:31:15Z WARNING: LLXform::warn: Non Finite in LLXform::setRotation(LLQuaternion)
2014-08-06T19:31:15Z WARNING: LLXform::warn: Non Finite in LLXform::setPosition(LLVector3)

The lines around this in the log don't seem to be related, so I guess they won't bring anything. Tell me if I should get a larger extract of the log though.


2014-08-06 19:44:59
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 23 posts ]  Go to page Previous  1, 2, 3  Next

Who is online

Users browsing this forum: No registered users and 38 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group
Designed by ST Software.