Bug #1383
Crash at closing the official client (ryzom-core-0.8.1847~lucid1, src/interface_v3/group_html_webig.cpp:90 ?)
| Status: | New | Start date: | 10/25/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0%  | 
|
| Category: | - | |||
| Target version: | - | 
Description
Runing Linux Ubuntu 10.04, using PPA from Kervala, 0.8.1847.
The client crashed when I closed the app.
BT attached.
History
#1
    
    
    Updated by kervala over 3 years ago
    
    Thanks for the report :)
It occurs in group_html_webig.cpp line 90.
I see 2 solutions :
- we need to stop the thread when exiting
 - we need to add a mutex to access to "curlresult" static variable because it's accessed through several threads
 
