| Bug ID |
9033
|
| Summary |
wmem assertion after changing preferences before loading capture file
|
| Classification |
Unclassified
|
| Product |
Wireshark
|
| Version |
SVN
|
| Hardware |
All
|
| OS |
All
|
| Status |
UNCONFIRMED
|
| Severity |
Major
|
| Priority |
Low
|
| Component |
Dissection engine (libwireshark)
|
| Assignee |
[email protected]
|
| Reporter |
[email protected]
|
Build Information:
wireshark 1.11.0 (SVN Rev 51323 from /trunk)
--
I get a wmem assertion when changing preferences before loading a capture file:
~~~
ERROR:../../../epan/wmem/wmem_scopes.c:101:wmem_enter_file_scope: assertion
failed: (!file_scope->in_scope)
~~~
Steps to reproduce:
1) ./wireshark
2) Edit->Preferences->Protocols->(choose one)->(change any preference)
3) "OK" out of the preferences dialog
4) Open a file (I was clicking on one of my recently opened files)
Trunk-1.10 does not have the problem.
(I don't have time to look at this now which is why I'm filing the bug.)
You are receiving this mail because:
- You are watching all bug changes.