Anonymous | Login | 2022-06-26 03:07 UTC | ![]() |
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 | ||||
0000116 | OMNeT++ | simulation kernel | public | 2009-11-15 20:00 | 2009-12-17 23:39 | ||||
Reporter | kkredo | ||||||||
Assigned To | andras | ||||||||
Priority | high | Severity | crash | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 4.0 | ||||||||
Target Version | Fixed in Version | 4.1 | |||||||
Summary | 0000116: Seg Fault in cPacketQueue::remove | ||||||||
Description | Use of incorrect pointer variable in test causes a seg fault when calling remove on an element not in the queue. Fix: Change line 112 of cPacketQueue.cc from: if(pkt) to: if(msg1) | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2009-11-15 20:00 | kkredo | New Issue | |
2009-11-23 14:30 | rhornig | Priority | normal => high |
2009-12-17 23:39 | andras | Note Added: 0000197 | |
2009-12-17 23:39 | andras | Status | new => resolved |
2009-12-17 23:39 | andras | Fixed in Version | => 4.1 |
2009-12-17 23:39 | andras | Resolution | open => fixed |
2009-12-17 23:39 | andras | Assigned To | => andras |
Copyright © 2000 - 2022 MantisBT Team |