Cool VL Viewer forum
http://sldev.free.fr/forum/

1.28.2.18 crash on opening a group chat
http://sldev.free.fr/forum/viewtopic.php?f=4&t=2158
Page 1 of 1

Author:  ZaneZimer [ 2021-04-10 10:49:45 ]
Post subject:  1.28.2.18 crash on opening a group chat

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 78 times

Author:  Jenna Huntsman [ 2021-04-10 11:14:41 ]
Post subject:  Re: 1.28.2.18 crash on opening a group chat

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)

Author:  ZaneZimer [ 2021-04-10 11:31:26 ]
Post subject:  Re: 1.28.2.18 crash on opening a group chat

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.

Author:  Henri Beauchamp [ 2021-04-10 12:39:40 ]
Post subject:  Re: 1.28.2.18 crash on opening a group chat

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...

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/