Cool VL Viewer forum

View unanswered posts | View active topics It is currently 2024-03-28 22:36:43



Reply to topic  [ 4 posts ] 
1.28.2.18 crash on opening a group chat 
Author Message

Joined: 2016-06-19 21:33:37
Posts: 337
Location: Columbus area, OH, USA
Reply with quote
Upon trying to open a group chat that has either just come in or to start one myself, the viewer crashes. Attached are both my CoolVLViewer.log and the statck_trace.log.
Viewer info:
Code:
Cool VL Viewer v1.28.2.18, 64 bits, Apr 10 2021 09:57:04
Release notes

CPU: AMD Athlon(tm) X4 880K Quad Core Processor (4010.13 MHz)
Memory: 32133MB
OS version: Linux-x86_64 v5.11.11-200.fc33.x86_64 #1 SMP Tue Mar 30 16:53:32 UTC 2021
Memory manager: jemalloc v5.2.1-20210401
Graphics card vendor: NVIDIA Corporation
Graphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2
OpenGL version: 4.6.0 NVIDIA 465.19.01
Detected VRAM: 11264MB
J2C decoder: OpenJPEG: 1.4.0.635f
Audio driver: OpenAL v1.1 ALSOFT 1.19.1 (OpenAL Soft: OpenAL Soft)
Networking backend: libcurl/7.47.0 OpenSSL/1.0.2u zlib/1.2.11
Embedded browser: CEF3 plugin v88.2.9+g5c8711a+chromium-88.0.4324.182

Built with: GCC v5.5.0
Compiler-generated maths: SSE2.

Compile flags used for this build:
-O3 -fno-delete-null-pointer-checks -fno-ipa-cp-clone -fno-align-labels -fno-align-loops -fsched-pressure -frename-registers -fweb -fira-hoist-pressure -DNDEBUG -std=c++14 -fno-stack-protector -fno-threadsafe-statics -fPIC -pipe -g -gdwarf-2 -gstrict-dwarf -fno-var-tracking-assignments -fexceptions -fno-strict-aliasing -fvisibility=hidden -fsigned-char -m64 -mfpmath=sse -fno-math-errno -fno-trapping-math -pthread -Wall -Wno-reorder -Werror -DLL_LINUX=1 -D_REENTRANT -DXML_STATIC -DLL_USE_JEMALLOC=1 -DLL_ELFBIN=1 -DOV_EXCLUDE_STATIC_CALLBACKS -DLL_FMOD=1 -DLL_OPENAL=1 -DLL_SDL2=1 -DLL_X11=1 -DLIB_NDOF=1


Attachments:
File comment: Crash logs
Logs.zip [19.59 KiB]
Downloaded 70 times
2021-04-10 10:49:45
Profile

Joined: 2021-01-13 19:14:05
Posts: 40
Reply with quote
Can also reproduce on Windows on the latest version.

Logs:
https://drive.google.com/file/d/1PLKgGE18D02oWp-lRV0Pq6z1cYvoCE0m/view?usp=sharing (GDrive link as file was too big)


2021-04-10 11:14:41
Profile

Joined: 2016-06-19 21:33:37
Posts: 337
Location: Columbus area, OH, USA
Reply with quote
I believe the error might be in indra/newview/llfloaterim.cpp, line 489:
Code:
    489         if (mSnoozeButton)

maybe should be:
Code:
    489         if (mIsGroupSession)

I have rebuilt with that change and testing now.
*Edit: That change seems to work for me, but I defer to Henri.


2021-04-10 11:31:26
Profile

Joined: 2009-03-17 18:42:51
Posts: 5523
Reply with quote
It's just a stupid copy-paste bug... In fact, those must be fixed in two places: I inverted them in a (sleepy) copy/paste between my devel sources tree and the release sources (at 02:00, and yes, that's 24 hours notation, i.e. 2 in the morning). I copied "if (mIsGroupSession)" where I should have copied "if (mSnoozeButton)", and vice-versa...

v1.28.2.19 is on its way...


2021-04-10 12:39:40
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 4 posts ] 

Who is online

Users browsing this forum: No registered users and 28 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.