Anonymous | Login | Signup for a new account | 2025-05-14 07:41 EDT | ![]() |
My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000114 | JANA | Bug | public | 2011-07-01 10:04 | 2012-02-01 08:51 | ||||
Reporter | davidl | ||||||||
Assigned To | davidl | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Summary | 0000114: Calls to GetTag can seg. fault for objects obtained from event source | ||||||||
Description | Objects read from source don't have their factory pointer set so calls to JObject::GetTag seg fault. The factory pointer needs to be set, but it also needs to be initialized to NULL in the JObject constructor and checked that it is not NULL in GetTag (and anywhere else it is used internally). | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
(0000296) davidl (administrator) 2012-02-01 08:51 |
The JObject constructors now initialize the factory pointer to NULL. A check that the pointer is non-NULL is now made in GetTag before trying to use it. |
![]() |
|||
Date Modified | Username | Field | Change |
2011-07-01 10:04 | davidl | New Issue | |
2012-02-01 08:49 | davidl | Status | new => assigned |
2012-02-01 08:49 | davidl | Assigned To | => davidl |
2012-02-01 08:51 | davidl | Note Added: 0000296 | |
2012-02-01 08:51 | davidl | Status | assigned => resolved |
2012-02-01 08:51 | davidl | Resolution | open => fixed |
Copyright © 2000 - 2025 MantisBT Team |