Wireshark-bugs: [Wireshark-bugs] [Bug 6130] Apply display filter when changing configuration pro
Date: Thu, 20 Jun 2013 20:33:33 +0000

changed bug 6130

What Removed Added
CC   darkjames-ws@darkjames.pl

Comment # 2 on bug 6130 from
Hi,

This is broken by fix for bug #5002

(gdb) break change_configuration_profile
Breakpoint 1 at 0x462341: change_configuration_profile. (2 locations)
(gdb) c
Continuing.
Breakpoint 1, change_configuration_profile (profile_name=0x2833f40 "Default")
at main.c:3806
3806        if (!profile_exists(profile_name, FALSE)) {
(gdb) print cfile.dfilter
$1 = (gchar *) 0x2752280 "frame.number == 3"
(gdb) watch cfile.dfilter
Hardware watchpoint 2: cfile.dfilter
(gdb) c
Continuing.
Hardware watchpoint 2: cfile.dfilter

Old value = (gchar *) 0x2752280 " Š\206\002"
New value = (gchar *) 0x0
macros_post_update () at macros_dlg.c:39
39              cfile.dfilter = NULL;

(gdb) bt
#0  macros_post_update () at macros_dlg.c:39
#1  0x00007f995d131f67 in uat_load (uat_in=0x239ff50, errx=0x7fff54904e90) at
uat_load.l:333
#2  0x00007f995d11f6c0 in uat_load_all () at uat.c:444
#3  0x00007f995d0d1b1e in init_prefs () at prefs.c:2559
#4  0x00007f995d0d1ad1 in prefs_reset () at prefs.c:2848
#5  0x000000000046240c in change_configuration_profile (profile_name=0x2833f40
"Default") at main.c


You are receiving this mail because:
  • You are watching all bug changes.