Actions
Bug #5741
openSegfault when WDatePicker destructor is called
Status:
Feedback
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
05/31/2017
Due date:
% Done:
0%
Estimated time:
Description
Hello, I have a segmentation fault on this instruction, any idea ?
WDatePicker::~WDatePicker()
{
WApplication::instance()->doJavaScript
(WT_CLASS ".remove('" + popup_->id() + "');");
}
Updated by Michiel Derhaeg over 7 years ago
Could you provide an example in which the segfault occurs?
Updated by Wim Dumon over 7 years ago
- Status changed from New to Feedback
It looks like you're deleting the class from a thread that is not associated with a session, i.e. the update lock is not held. Is that possible?
Wim.
Actions