[gtkmm] GTKMM memory management bugs



I'm not sure wether this is a GTK or GTKMM bug, so I'll just post it here.
(Sorry for using the Mailing list, but bugzilla seems to be down)

While tracking a segfault in our program, we found a nearly 500 (!) attempts
to access free memory in Gtk::Main::Main() and Gtk::Main::Init().

A small test program and the mpatrol log for it are attached.

I believe my GTKMM version is 1.3.18 with GTK+ 2.0.6 (any way to find this
out for sure?)


@(#) mpatrol 1.4.8 (02/01/08)
Copyright (C) 1997-2002 Graeme S. Roy

This is free software, and you are welcome to redistribute it under certain
conditions; see the GNU Library General Public License for details.

For the latest mpatrol release and documentation,
visit http://www.cbmamiga.demon.co.uk/mpatrol.

operating system:       UNIX
system variant:         Linux
processor architecture: Intel 80x86
processor word size:    32-bit
object file format:     BFD
dynamic linker type:    SVR4

Log file generated on Wed Aug 21 14:19:44 2002

read 357 symbols from /sq2000/data/sim/linux/gcc-2.96-85/mpatrol/lib/libmpatrol.so
read 752 symbols from /usr/lib/libbfd.so
read 247 symbols from /sq2000/data/sim/linux/gcc-2.96-85/mpatrol/lib/libiberty.so
read 4475 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgtkmm-1.3.so.12
read 584 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgdkmm-1.3.so.12
read 136 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libatkmm-0.0.so.12
read 2154 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgtk-x11-2.0.so.0
read 311 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libpangomm-0.0.so.12
read 740 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libglibmm-1.3.so.12
read 272 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libsigc-1.1.so.5
read 490 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgdk-x11-2.0.so.0
read 266 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libatk-1.0.so.0
read 71 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgdk_pixbuf-2.0.so.0
read 334 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libpangoxft-1.0.so.0
read 146 symbols from /usr/X11R6/lib/libXft.so.1
read 24 symbols from /usr/X11R6/lib/libXrender.so.1
read 126 symbols from /usr/X11R6/lib/libXext.so.6
read 707 symbols from /usr/lib/libfreetype.so.6
read 108 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libpangox-1.0.so.0
read 1183 symbols from /usr/X11R6/lib/libX11.so.6
read 418 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libpango-1.0.so.0
read 637 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgobject-2.0.so.0
read 24 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libgmodule-2.0.so.0
read 28 symbols from /lib/libdl.so.2
read 955 symbols from /sq2000/data/sim/linux/gcc-2.96-85/gtk2/lib/libglib-2.0.so.0
read 1174 symbols from /usr/lib/libstdc++-libc6.2-2.so.3
read 694 symbols from /lib/i686/libm.so.6
read 2991 symbols from /lib/i686/libc.so.6
read 162 symbols from /lib/ld-linux.so.2
read 12 symbols from /home/ameieel/test_prog

MEMCOPY: memmove (0x0805CCB8, 0x0805CCC0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070AEED g_value_types_init+77
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0815019C, 0x081501A4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070AF3D g_value_types_init+157
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08154E04, 0x08154E0C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070AF96 g_value_types_init+246
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EA9C8, 0x080EA9D0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070AFEF g_value_types_init+335
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0811A2F0, 0x0811A2F8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B03F g_value_types_init+415
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08156AE0, 0x08156AE8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B098 g_value_types_init+504
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0815F6DC, 0x0815F6E4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B0E8 g_value_types_init+584
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08150624, 0x0815062C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B141 g_value_types_init+673
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DC550, 0x080DC558, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B191 g_value_types_init+753
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08135924, 0x0813592C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B1EA g_value_types_init+842
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0810F33C, 0x0810F344, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B243 g_value_types_init+931
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4124, 0x080E412C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B29C g_value_types_init+1020
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08163C98, 0x08163CA0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x4070B2F5 g_value_types_init+1109
	0x40706DFE g_type_init_with_debug_flags+554
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081142DC, 0x081142E4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x406EA3E4 g_enum_types_init+124
	0x40706E03 g_type_init_with_debug_flags+559
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813FBD4, 0x0813FBDC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x406EA43A g_enum_types_init+210
	0x40706E03 g_type_init_with_debug_flags+559
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08101F00, 0x08101F08, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x406E7AA5 g_boxed_type_init+77
	0x40706E08 g_type_init_with_debug_flags+564
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08103810, 0x08103818, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x406EFE1A g_param_type_init+50
	0x40706E0D g_type_init_with_debug_flags+569
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081425FC, 0x08142604, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x40703048 g_type_register_fundamental+456
	0x406EB043 g_object_type_init+139
	0x40706E12 g_type_init_with_debug_flags+574
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FA4E8, 0x080FA4F4, 0 bytes, 0x00) [-|-|-]
	0x4072E145 g_bsearch_array_insert+589
	0x407087B7 g_value_register_transform_func+379
	0x406EB08F g_object_type_init+215
	0x40706E12 g_type_init_with_debug_flags+574
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081021B0, 0x081021B8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3BEC g_param_spec_types_init+68
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E5650, 0x080E5658, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3C45 g_param_spec_types_init+157
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EBF2C, 0x080EBF34, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3C9F g_param_spec_types_init+247
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0B3C, 0x080E0B44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3CF9 g_param_spec_types_init+337
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813FFA8, 0x0813FFB0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3D53 g_param_spec_types_init+427
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081099F4, 0x081099FC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3DAD g_param_spec_types_init+517
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08168C58, 0x08168C60, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3E07 g_param_spec_types_init+607
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0812272C, 0x08122734, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3E61 g_param_spec_types_init+697
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08104928, 0x08104930, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3EBB g_param_spec_types_init+787
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081395E0, 0x081395E8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3F15 g_param_spec_types_init+877
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1A58, 0x080E1A60, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3F6F g_param_spec_types_init+967
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080D9D94, 0x080D9D9C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F3FC9 g_param_spec_types_init+1057
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08133040, 0x08133048, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F4023 g_param_spec_types_init+1147
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0815CB64, 0x0815CB6C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F407D g_param_spec_types_init+1237
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08139C74, 0x08139C7C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F40D7 g_param_spec_types_init+1327
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814BD10, 0x0814BD18, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F4131 g_param_spec_types_init+1417
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080D77DC, 0x080D77E4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F418B g_param_spec_types_init+1507
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08155F70, 0x08155F78, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F41E5 g_param_spec_types_init+1597
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E195C, 0x080E1964, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x406E7BA4 g_value_array_get_type+52
	0x406F422E g_param_spec_types_init+1670
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08142C74, 0x08142C7C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F424A g_param_spec_types_init+1698
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0811EBF4, 0x0811EBFC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406F2201 g_param_type_register_static+365
	0x406F42A4 g_param_spec_types_init+1788
	0x40706E17 g_type_init_with_debug_flags+579
	0x40706E87 g_type_init+27
	0x404BEB98 gdk_init_check+324
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0810C310, 0x0810C318, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404E8F2E gdk_visual_get_type+50
	0x404E8FA7 gdk_visual_get_type+171
	0x404BEBE5 gdk_init_check+401
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x08133704, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x406EB25C g_object_do_class_init+208
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x406EC106 g_object_newv+94
	0x406ECA7D g_object_new_valist+133
	0x406EC09E g_object_new+106
	0x404E8FAF gdk_visual_get_type+179
	0x404BEBE5 gdk_init_check+401
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x0811EB08, 0x0811EB10, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404BF466 gdk_drawable_get_type+50
	0x404CFBE9 gdk_window_object_get_type+49
	0x404E9D54 gdk_window_impl_x11_get_type+1228
	0x404BEBEA gdk_init_check+406
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814B120, 0x0814B128, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404CFBF1 gdk_window_object_get_type+57
	0x404E9D54 gdk_window_impl_x11_get_type+1228
	0x404BEBEA gdk_init_check+406
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E00A8, 0x080E00B0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404DB0C1 gdk_drag_get_selection+189
	0x404E98B9 gdk_window_impl_x11_get_type+49
	0x404E98E6 gdk_window_impl_x11_get_type+94
	0x404CFC2A gdk_window_object_get_type+114
	0x40701DE0 g_type_create_instance+456
	0x406ECD67 g_object_constructor+35
	0x406EC405 g_object_newv+861
	0x406ECA7D g_object_new_valist+133
	0x406EC09E g_object_new+106
	0x404E9D5C gdk_window_impl_x11_get_type+1236
	0x404BEBEA gdk_init_check+406
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08073D30, 0x08073D38, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404E98C1 gdk_window_impl_x11_get_type+57
	0x404E98E6 gdk_window_impl_x11_get_type+94
	0x404CFC2A gdk_window_object_get_type+114
	0x40701DE0 g_type_create_instance+456
	0x406ECD67 g_object_constructor+35
	0x406EC405 g_object_newv+861
	0x406ECA7D g_object_new_valist+133
	0x406EC09E g_object_new+106
	0x404E9D5C gdk_window_impl_x11_get_type+1236
	0x404BEBEA gdk_init_check+406
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080D3BD4, 0x080D3BDC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404E41DE gdk_device_get_type+50
	0x404E415E gdk_x11_image_get_ximage+318
	0x404F108A gdk_xid_table_lookup+3750
	0x404BEBF9 gdk_init_check+421
	0x402FE06B gtk_init_check+131
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08108CD4, 0x08108CDC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404D4326 gdk_colormap_get_type+50
	0x404D4AD6 gdk_colormap_get_system+42
	0x402FE399 gtk_init_check+945
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08141478, 0x08141480, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4033252E gtk_settings_get_type+50
	0x40332CA2 gtk_settings_get_default+38
	0x4032738D gtk_rc_get_default_files+897
	0x402FE3B3 gtk_init_check+971
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08103358, 0x08103360, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4032788A gtk_rc_style_get_type+50
	0x40327BE0 gtk_rc_style_new+28
	0x40329F17 gtk_rc_scanner_new+4083
	0x40329CA0 gtk_rc_scanner_new+3452
	0x40329076 gtk_rc_scanner_new+338
	0x40327463 gtk_rc_parse_string+187
	0x403273A3 gtk_rc_get_default_files+919
	0x402FE3B3 gtk_init_check+971
	0x402FE41B gtk_init+31
	0x4017C859 Gtk::Main::init(int *, char ***, bool)+81
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081344B4, 0x081344BC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406C05D2 pango_context_get_type+50
	0x4045CBA4 Pango::wrap_init(void)+32
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814B074, 0x0814B07C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CBAC Pango::wrap_init(void)+40
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0810924C, 0x08109254, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406BCE12 pango_font_get_type+50
	0x4045CBBA Pango::wrap_init(void)+54
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08109254, 0x0810925C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CBC2 Pango::wrap_init(void)+62
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FBDB8, 0x080FBDC0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406BD3B6 pango_font_face_get_type+50
	0x4045CBD0 Pango::wrap_init(void)+76
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08138C64, 0x08138C6C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CBD8 Pango::wrap_init(void)+84
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08132DAC, 0x08132DB4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406BD26E pango_font_family_get_type+50
	0x4045CBE6 Pango::wrap_init(void)+98
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08132DB4, 0x08132DBC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CBEE Pango::wrap_init(void)+106
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08132BE0, 0x08132BE8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406C1EC2 pango_font_map_get_type+50
	0x4045CBFC Pango::wrap_init(void)+120
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081590BC, 0x081590C4, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CC04 Pango::wrap_init(void)+128
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC3B0, 0x080FC3B8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406C2336 pango_fontset_get_type+50
	0x4045CC12 Pango::wrap_init(void)+142
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC3B8, 0x080FC3C0, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CC1A Pango::wrap_init(void)+150
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805BF1C, 0x0805BF24, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406C2DEE pango_layout_get_type+50
	0x4045CC28 Pango::wrap_init(void)+164
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0811D938, 0x0811D940, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4045CC30 Pango::wrap_init(void)+172
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FF2D0, 0x080FF2D8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4045874C Pango::Context_Class::init(void)+52
	0x40458ABB Pango::Context::get_type(void)+31
	0x4045CC35 Pango::wrap_init(void)+177
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813268C, 0x08132694, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x404591CC Pango::Font_Class::init(void)+52
	0x4045953B Pango::Font::get_type(void)+31
	0x4045CC3A Pango::wrap_init(void)+182
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08134068, 0x08134070, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40459E98 Pango::FontFace_Class::init(void)+52
	0x4045A207 Pango::FontFace::get_type(void)+31
	0x4045CC3F Pango::wrap_init(void)+187
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813AB24, 0x0813AB2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4045A3B0 Pango::FontFamily_Class::init(void)+52
	0x4045A71F Pango::FontFamily::get_type(void)+31
	0x4045CC44 Pango::wrap_init(void)+192
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08134A04, 0x08134A0C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4045A88C Pango::FontMap_Class::init(void)+52
	0x4045ABFB Pango::FontMap::get_type(void)+31
	0x4045CC49 Pango::wrap_init(void)+197
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080ED678, 0x080ED680, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4045AF94 Pango::Fontset_Class::init(void)+52
	0x4045B303 Pango::Fontset::get_type(void)+31
	0x4045CC4E Pango::wrap_init(void)+202
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F61CC, 0x080F61D4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4045B8B0 Pango::Layout_Class::init(void)+52
	0x4045BC1F Pango::Layout::get_type(void)+31
	0x4045CC53 Pango::wrap_init(void)+207
	0x4017C899 Gtk::Main::init_gtkmm_internals(void)+41
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08155050, 0x08155058, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4050BCCE atk_object_get_type+50
	0x40248778 Atk::wrap_init(void)+32
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08155058, 0x08155060, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x40248780 Atk::wrap_init(void)+40
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813133C, 0x08131344, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4050DD4A atk_relation_get_type+50
	0x4024878E Atk::wrap_init(void)+54
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804C364, 0x0804C36C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x40248796 Atk::wrap_init(void)+62
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813B6B4, 0x0813B6BC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4050E312 atk_relation_set_get_type+50
	0x402487A4 Atk::wrap_init(void)+76
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813B6BC, 0x0813B6C4, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x402487AC Atk::wrap_init(void)+84
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC904, 0x080FC90C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4050F01A atk_state_set_get_type+50
	0x402487BA Atk::wrap_init(void)+98
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC90C, 0x080FC914, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x402487C2 Atk::wrap_init(void)+106
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E8968, 0x080E8970, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40245EA8 Atk::Object_Class::init(void)+52
	0x402467A3 Atk::Object::get_type(void)+31
	0x402487C7 Atk::wrap_init(void)+111
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0807458C, 0x08074594, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40247294 Atk::Relation_Class::init(void)+52
	0x40247603 Atk::Relation::get_type(void)+31
	0x402487CC Atk::wrap_init(void)+116
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F9DB4, 0x080F9DBC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x402476EC Atk::RelationSet_Class::init(void)+52
	0x40247A5B Atk::RelationSet::get_type(void)+31
	0x402487D1 Atk::wrap_init(void)+121
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081465B8, 0x081465C0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40248020 Atk::StateSet_Class::init(void)+52
	0x4024838F Atk::StateSet::get_type(void)+31
	0x402487D6 Atk::wrap_init(void)+126
	0x4017C89E Gtk::Main::init_gtkmm_internals(void)+46
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081140E0, 0x081140E8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4023773A Gdk::wrap_init(void)+62
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0810880C, 0x08108814, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404D676E gdk_drag_context_get_type+50
	0x40237748 Gdk::wrap_init(void)+76
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08108814, 0x0810881C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x40237750 Gdk::wrap_init(void)+84
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804F7E4, 0x0804F7EC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404C3026 gdk_gc_get_type+50
	0x40237774 Gdk::wrap_init(void)+120
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FFE58, 0x080FFE60, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x4023777C Gdk::wrap_init(void)+128
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08166964, 0x0816696C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404E3066 gdk_image_get_type+50
	0x4023778A Gdk::wrap_init(void)+142
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080600A0, 0x080600A8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x40237792 Gdk::wrap_init(void)+150
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08150F10, 0x08150F18, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4051C972 gdk_pixbuf_get_type+50
	0x402377A0 Gdk::wrap_init(void)+164
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08150F18, 0x08150F20, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x402377A8 Gdk::wrap_init(void)+172
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804F548, 0x0804F550, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4051D59E gdk_pixbuf_animation_get_type+50
	0x402377B6 Gdk::wrap_init(void)+186
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081364FC, 0x08136504, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4051DC2E gdk_pixbuf_animation_iter_get_type+50
	0x402377CC Gdk::wrap_init(void)+208
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08157940, 0x08157948, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4051F09A gdk_pixbuf_loader_get_type+50
	0x402377E2 Gdk::wrap_init(void)+230
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08108EF8, 0x08108F00, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404C844D gdk_pixmap_get_type+57
	0x402377F8 Gdk::wrap_init(void)+252
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08108F00, 0x08108F08, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x40237800 Gdk::wrap_init(void)+260
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08055034, 0x0805503C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4022D148 Gdk::Colormap_Class::init(void)+52
	0x4022D4B7 Gdk::Colormap::get_type(void)+31
	0x40237831 Gdk::wrap_init(void)+309
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08161FC0, 0x08161FC8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4022DA30 Gdk::DragContext_Class::init(void)+52
	0x4022DD9F Gdk::DragContext::get_type(void)+31
	0x40237836 Gdk::wrap_init(void)+314
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FDF74, 0x080FDF7C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4022E398 Gdk::Drawable_Class::init(void)+52
	0x4022E707 Gdk::Drawable::get_type(void)+31
	0x4023783B Gdk::wrap_init(void)+319
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08134924, 0x0813492C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4022F920 Gdk::GC_Class::init(void)+52
	0x4022FC8F Gdk::GC::get_type(void)+31
	0x40237840 Gdk::wrap_init(void)+324
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08134CC8, 0x08134CD0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40230570 Gdk::Image_Class::init(void)+52
	0x402308DF Gdk::Image::get_type(void)+31
	0x40237845 Gdk::wrap_init(void)+329
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DC2DC, 0x080DC2E4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40231524 Gdk::Pixbuf_Class::init(void)+52
	0x40231893 Gdk::Pixbuf::get_type(void)+31
	0x4023784A Gdk::wrap_init(void)+334
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DBC04, 0x080DBC0C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40232194 Gdk::PixbufAnimation_Class::init(void)+52
	0x40232503 Gdk::PixbufAnimation::get_type(void)+31
	0x4023784F Gdk::wrap_init(void)+339
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080ED9C8, 0x080ED9D0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4023283C Gdk::PixbufAnimationIter_Class::init(void)+52
	0x40232BAB Gdk::PixbufAnimationIter::get_type(void)+31
	0x40237854 Gdk::wrap_init(void)+344
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DB12C, 0x080DB134, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40234380 Gdk::PixbufLoader_Class::init(void)+52
	0x402349EB Gdk::PixbufLoader::get_type(void)+31
	0x40237859 Gdk::wrap_init(void)+349
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DA308, 0x080DA310, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40233A4C Gdk::Pixmap_Class::init(void)+52
	0x40233D27 Gdk::Pixmap::get_type(void)+31
	0x4023785E Gdk::wrap_init(void)+354
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080743F4, 0x080743FC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40235848 Gdk::Visual_Class::init(void)+52
	0x40235BB7 Gdk::Visual::get_type(void)+31
	0x40237863 Gdk::wrap_init(void)+359
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC024, 0x080FC02C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4023613C Gdk::Window_Class::init(void)+52
	0x402364AB Gdk::Window::get_type(void)+31
	0x40237868 Gdk::wrap_init(void)+364
	0x4017C8A3 Gtk::Main::init_gtkmm_internals(void)+51
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805C4D4, 0x0805C4DC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40287F72 gtk_accel_group_get_type+50
	0x401C3B74 Gtk::wrap_init(void)+32
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805C4DC, 0x0805C4E4, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3B7C Gtk::wrap_init(void)+40
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08136424, 0x0813642C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40314C1E gtk_object_get_type+50
	0x403AFC7F gtk_widget_get_type+43
	0x4030C68F gtk_misc_get_type+43
	0x402EE281 gtk_label_get_type+49
	0x4028AF8F gtk_accel_label_get_type+43
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080729D4, 0x080729DC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AFC87 gtk_widget_get_type+51
	0x4030C68F gtk_misc_get_type+43
	0x402EE281 gtk_label_get_type+49
	0x4028AF8F gtk_accel_label_get_type+43
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08136694, 0x0813669C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4050C1D6 atk_implementor_get_type+50
	0x403AFC9F gtk_widget_get_type+75
	0x4030C68F gtk_misc_get_type+43
	0x402EE281 gtk_label_get_type+49
	0x4028AF8F gtk_accel_label_get_type+43
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08139910, 0x08139918, 0 bytes, 0x00) [-|-|-]
	0x40700E78 type_node_add_iface_entry_W+324
	0x4070373A g_type_add_interface_static+258
	0x403AFCAD gtk_widget_get_type+89
	0x4030C68F gtk_misc_get_type+43
	0x402EE281 gtk_label_get_type+49
	0x4028AF8F gtk_accel_label_get_type+43
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08101648, 0x08101650, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4030C697 gtk_misc_get_type+51
	0x402EE281 gtk_label_get_type+49
	0x4028AF8F gtk_accel_label_get_type+43
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08158110, 0x08158118, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402EE289 gtk_label_get_type+57
	0x4028AF8F gtk_accel_label_get_type+43
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08139A1C, 0x08139A24, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4028AF97 gtk_accel_label_get_type+51
	0x401C3B8A Gtk::wrap_init(void)+54
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08139A24, 0x08139A2C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3B92 Gtk::wrap_init(void)+62
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805590C, 0x08055914, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4028C093 gtk_adjustment_get_type+51
	0x401C3BA0 Gtk::wrap_init(void)+76
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08055914, 0x0805591C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3BA8 Gtk::wrap_init(void)+84
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144114, 0x0814411C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402B3709 gtk_container_get_type+57
	0x4028DF0B gtk_bin_get_type+43
	0x4028C627 gtk_alignment_get_type+43
	0x401C3BB6 Gtk::wrap_init(void)+98
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FFC3C, 0x080FFC44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4028DF13 gtk_bin_get_type+51
	0x4028C627 gtk_alignment_get_type+43
	0x401C3BB6 Gtk::wrap_init(void)+98
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08123610, 0x08123618, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4028C62F gtk_alignment_get_type+51
	0x401C3BB6 Gtk::wrap_init(void)+98
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08123618, 0x08123620, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3BBE Gtk::wrap_init(void)+106
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08148560, 0x08148568, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4028D037 gtk_arrow_get_type+51
	0x401C3BCC Gtk::wrap_init(void)+120
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0350, 0x080E0358, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402D92FB gtk_frame_get_type+51
	0x4028D5EF gtk_aspect_frame_get_type+43
	0x401C3BE2 Gtk::wrap_init(void)+142
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08052B4C, 0x08052B54, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4028D5F7 gtk_aspect_frame_get_type+51
	0x401C3BE2 Gtk::wrap_init(void)+142
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08052B54, 0x08052B5C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3BEA Gtk::wrap_init(void)+150
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08072BB4, 0x08072BBC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3C00 Gtk::wrap_init(void)+172
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FFCE0, 0x080FFCE8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402911D7 gtk_box_get_type+51
	0x401C3C0E Gtk::wrap_init(void)+186
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F0ACC, 0x080F0AD4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402924A9 gtk_button_get_type+57
	0x401C3C24 Gtk::wrap_init(void)+208
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F0AD4, 0x080F0ADC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3C2C Gtk::wrap_init(void)+216
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08052E40, 0x08052E48, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402905E3 gtk_button_box_get_type+51
	0x401C3C3A Gtk::wrap_init(void)+230
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC76C, 0x080FC774, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40294581 gtk_calendar_get_type+57
	0x401C3C50 Gtk::wrap_init(void)+252
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FC774, 0x080FC77C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3C58 Gtk::wrap_init(void)+260
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08132784, 0x0813278C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40298731 gtk_cell_renderer_get_type+57
	0x401C3C66 Gtk::wrap_init(void)+274
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813278C, 0x08132794, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3C6E Gtk::wrap_init(void)+282
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08119814, 0x0811981C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4029C0ED gtk_cell_renderer_pixbuf_get_type+57
	0x401C3C7C Gtk::wrap_init(void)+296
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081381F8, 0x08138200, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40299551 gtk_cell_renderer_text_get_type+57
	0x401C3C92 Gtk::wrap_init(void)+318
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08138200, 0x08138208, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3C9A Gtk::wrap_init(void)+326
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08072E58, 0x08072E60, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4029B899 gtk_cell_renderer_toggle_get_type+57
	0x401C3CA8 Gtk::wrap_init(void)+340
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08072E60, 0x08072E68, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3CB0 Gtk::wrap_init(void)+348
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08134FD4, 0x08134FDC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4037F507 gtk_toggle_button_get_type+51
	0x4029C767 gtk_check_button_get_type+43
	0x401C3CBE Gtk::wrap_init(void)+362
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08105504, 0x0810550C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4029C76F gtk_check_button_get_type+51
	0x401C3CBE Gtk::wrap_init(void)+362
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0810CF48, 0x0810CF50, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402EB243 gtk_item_get_type+51
	0x40308281 gtk_menu_item_get_type+49
	0x4029D02B gtk_check_menu_item_get_type+43
	0x401C3CD4 Gtk::wrap_init(void)+384
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08073194, 0x0807319C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40308289 gtk_menu_item_get_type+57
	0x4029D02B gtk_check_menu_item_get_type+43
	0x401C3CD4 Gtk::wrap_init(void)+384
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08135384, 0x0813538C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4029D033 gtk_check_menu_item_get_type+51
	0x401C3CD4 Gtk::wrap_init(void)+384
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813538C, 0x08135394, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3CDC Gtk::wrap_init(void)+392
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081300EC, 0x081300F4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403ACC7B gtk_vbox_get_type+51
	0x402AF597 gtk_color_selection_get_type+43
	0x401C3CEA Gtk::wrap_init(void)+406
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804DAF8, 0x0804DB00, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402AF59F gtk_color_selection_get_type+51
	0x401C3CEA Gtk::wrap_init(void)+406
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080534F4, 0x080534FC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403B9E93 gtk_window_get_type+51
	0x402C4C53 gtk_dialog_get_type+43
	0x402B1819 gtk_color_selection_dialog_get_type+61
	0x401C3D00 Gtk::wrap_init(void)+428
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0811CEE0, 0x0811CEE8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402C4C5B gtk_dialog_get_type+51
	0x402B1819 gtk_color_selection_dialog_get_type+61
	0x401C3D00 Gtk::wrap_init(void)+428
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804D488, 0x0804D490, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402B1821 gtk_color_selection_dialog_get_type+69
	0x401C3D00 Gtk::wrap_init(void)+428
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FD08C, 0x080FD094, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DD08B gtk_hbox_get_type+51
	0x402B2C5B gtk_combo_get_type+43
	0x401C3D16 Gtk::wrap_init(void)+450
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F2CC4, 0x080F2CCC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402B2C63 gtk_combo_get_type+51
	0x401C3D16 Gtk::wrap_init(void)+450
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08143DA4, 0x08143DAC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402C9D63 gtk_drawing_area_get_type+51
	0x402C2E87 gtk_curve_get_type+43
	0x401C3D42 Gtk::wrap_init(void)+494
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FB56C, 0x080FB574, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402C2E8F gtk_curve_get_type+51
	0x401C3D42 Gtk::wrap_init(void)+494
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FB574, 0x080FB57C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3D4A Gtk::wrap_init(void)+502
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2B90, 0x080E2B98, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3D60 Gtk::wrap_init(void)+524
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08133E40, 0x08133E48, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3D76 Gtk::wrap_init(void)+546
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FD708, 0x080FD710, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402CAA17 gtk_entry_get_type+51
	0x401C3D84 Gtk::wrap_init(void)+560
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0815192C, 0x08151934, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402CA0F6 gtk_editable_get_type+50
	0x402CAA2F gtk_entry_get_type+75
	0x401C3D84 Gtk::wrap_init(void)+560
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813ED5C, 0x0813ED64, 0 bytes, 0x00) [-|-|-]
	0x40700E78 type_node_add_iface_entry_W+324
	0x4070373A g_type_add_interface_static+258
	0x402CAA3D gtk_entry_get_type+89
	0x401C3D84 Gtk::wrap_init(void)+560
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0813FF5C, 0x0813FF64, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40299292 gtk_cell_editable_get_type+50
	0x402CAA4F gtk_entry_get_type+107
	0x401C3D84 Gtk::wrap_init(void)+560
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804BDC4, 0x0804BDCC, 0 bytes, 0x00) [-|-|-]
	0x407071F5 type_set_qdata_W+193
	0x40700FA5 type_add_interface_W+197
	0x4070373A g_type_add_interface_static+258
	0x402CAA5D gtk_entry_get_type+121
	0x401C3D84 Gtk::wrap_init(void)+560
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08102780, 0x08102788, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3D8C Gtk::wrap_init(void)+568
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FB4DC, 0x080FB4E4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402D0963 gtk_event_box_get_type+51
	0x401C3D9A Gtk::wrap_init(void)+582
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805DA28, 0x0805DA30, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3DA2 Gtk::wrap_init(void)+590
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080556E0, 0x080556E8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402D0C97 gtk_file_selection_get_type+51
	0x401C3DB0 Gtk::wrap_init(void)+604
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080556E8, 0x080556F0, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3DB8 Gtk::wrap_init(void)+612
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FF48C, 0x080FF494, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402D68B7 gtk_fixed_get_type+51
	0x401C3DC6 Gtk::wrap_init(void)+626
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DDFCC, 0x080DDFD4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402D73D7 gtk_font_selection_get_type+51
	0x401C3DDC Gtk::wrap_init(void)+648
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144C38, 0x08144C40, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402D8F99 gtk_font_selection_dialog_get_type+69
	0x401C3DF2 Gtk::wrap_init(void)+670
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F87CC, 0x080F87D4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DA533 gtk_gamma_curve_get_type+51
	0x401C3E1E Gtk::wrap_init(void)+714
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F87D4, 0x080F87DC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3E26 Gtk::wrap_init(void)+722
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3DB8, 0x080E3DC0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DCB9F gtk_hbutton_box_get_type+51
	0x401C3E4A Gtk::wrap_init(void)+758
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3DC0, 0x080E3DC8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3E52 Gtk::wrap_init(void)+766
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F6698, 0x080F66A0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x40318FCB gtk_paned_get_type+51
	0x402DD5EB gtk_hpaned_get_type+43
	0x401C3E60 Gtk::wrap_init(void)+780
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F1F94, 0x080F1F9C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DD5F3 gtk_hpaned_get_type+51
	0x401C3E60 Gtk::wrap_init(void)+780
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0811D098, 0x0811D0A0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4032C01B gtk_ruler_get_type+51
	0x402DDA63 gtk_hruler_get_type+43
	0x401C3E76 Gtk::wrap_init(void)+802
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08059FC0, 0x08059FC8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DDA6B gtk_hruler_get_type+51
	0x401C3E76 Gtk::wrap_init(void)+802
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FB414, 0x080FB41C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x40320E5B gtk_range_get_type+51
	0x4032CBEB gtk_scale_get_type+43
	0x402DE313 gtk_hscale_get_type+43
	0x401C3E8C Gtk::wrap_init(void)+824
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0806130C, 0x08061314, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4032CBF3 gtk_scale_get_type+51
	0x402DE313 gtk_hscale_get_type+43
	0x401C3E8C Gtk::wrap_init(void)+824
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08132B08, 0x08132B10, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DE31B gtk_hscale_get_type+51
	0x401C3E8C Gtk::wrap_init(void)+824
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804BE04, 0x0804BE0C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4032DC5F gtk_scrollbar_get_type+51
	0x402DE77B gtk_hscrollbar_get_type+43
	0x401C3EA2 Gtk::wrap_init(void)+846
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DE82C, 0x080DE834, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DE783 gtk_hscrollbar_get_type+51
	0x401C3EA2 Gtk::wrap_init(void)+846
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DE834, 0x080DE83C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3EAA Gtk::wrap_init(void)+854
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080511C4, 0x080511CC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403324D7 gtk_separator_get_type+51
	0x402DE823 gtk_hseparator_get_type+43
	0x401C3EB8 Gtk::wrap_init(void)+868
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEAD4, 0x080DEADC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DE82B gtk_hseparator_get_type+51
	0x401C3EB8 Gtk::wrap_init(void)+868
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814212C, 0x08142134, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402DB207 gtk_handle_box_get_type+51
	0x401C3ECE Gtk::wrap_init(void)+890
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08142134, 0x0814213C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3ED6 Gtk::wrap_init(void)+898
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEA84, 0x080DEA8C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402E1F7A gtk_icon_factory_get_type+50
	0x401C3EE4 Gtk::wrap_init(void)+912
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEA8C, 0x080DEA94, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3EEC Gtk::wrap_init(void)+920
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DED3C, 0x080DED44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402E4B7F gtk_image_get_type+51
	0x401C3EFA Gtk::wrap_init(void)+934
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DED44, 0x080DED4C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3F02 Gtk::wrap_init(void)+942
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEDBC, 0x080DEDC4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402E7047 gtk_image_menu_item_get_type+51
	0x401C3F10 Gtk::wrap_init(void)+956
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEDC4, 0x080DEDCC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3F18 Gtk::wrap_init(void)+964
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEE3C, 0x080DEE44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402E9FC3 gtk_input_dialog_get_type+51
	0x401C3F26 Gtk::wrap_init(void)+978
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DEE44, 0x080DEE4C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3F2E Gtk::wrap_init(void)+986
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08143A64, 0x08143A6C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x402EB013 gtk_invisible_get_type+51
	0x401C3F3C Gtk::wrap_init(void)+1000
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08143A6C, 0x08143A74, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3F44 Gtk::wrap_init(void)+1008
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF004, 0x080DF00C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402F3AA9 gtk_layout_get_type+57
	0x401C3F7E Gtk::wrap_init(void)+1066
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF00C, 0x080DF014, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3F86 Gtk::wrap_init(void)+1074
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF04C, 0x080DF054, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x402FA722 gtk_list_store_get_type+54
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051268, 0x08051270, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40388CA6 gtk_tree_model_get_type+50
	0x402FA73A gtk_list_store_get_type+78
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08107558, 0x0810755C, 0 bytes, 0x00) [-|-|-]
	0x40701128 type_iface_add_prerequisite_W+312
	0x4070149E g_type_interface_add_prerequisite+646
	0x40388CBB gtk_tree_model_get_type+71
	0x402FA73A gtk_list_store_get_type+78
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08143204, 0x0814320C, 0 bytes, 0x00) [-|-|-]
	0x407071F5 type_set_qdata_W+193
	0x40700FA5 type_add_interface_W+197
	0x4070373A g_type_add_interface_static+258
	0x402FA748 gtk_list_store_get_type+92
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814320C, 0x08143214, 0 bytes, 0x00) [-|-|-]
	0x40700E78 type_node_add_iface_entry_W+324
	0x4070373A g_type_add_interface_static+258
	0x402FA748 gtk_list_store_get_type+92
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF124, 0x080DF12C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403886C2 gtk_tree_drag_source_get_type+50
	0x402FA75A gtk_list_store_get_type+110
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF22C, 0x080DF234, 0 bytes, 0x00) [-|-|-]
	0x407071F5 type_set_qdata_W+193
	0x40700FA5 type_add_interface_W+197
	0x4070373A g_type_add_interface_static+258
	0x402FA768 gtk_list_store_get_type+124
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080513D4, 0x080513DC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40388702 gtk_tree_drag_dest_get_type+50
	0x402FA77A gtk_list_store_get_type+142
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144D38, 0x08144D40, 0 bytes, 0x00) [-|-|-]
	0x407071F5 type_set_qdata_W+193
	0x40700FA5 type_add_interface_W+197
	0x4070373A g_type_add_interface_static+258
	0x402FA788 gtk_list_store_get_type+156
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF314, 0x080DF31C, 0 bytes, 0x00) [-|-|-]
	0x40700E78 type_node_add_iface_entry_W+324
	0x4070373A g_type_add_interface_static+258
	0x402FA788 gtk_list_store_get_type+156
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814320C, 0x08143214, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40390FE2 gtk_tree_sortable_get_type+50
	0x402FA79A gtk_list_store_get_type+174
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0815E4A0, 0x0815E4A4, 0 bytes, 0x00) [-|-|-]
	0x40701128 type_iface_add_prerequisite_W+312
	0x40701516 g_type_interface_add_prerequisite+766
	0x40390FFB gtk_tree_sortable_get_type+75
	0x402FA79A gtk_list_store_get_type+174
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF374, 0x080DF37C, 0 bytes, 0x00) [-|-|-]
	0x407071F5 type_set_qdata_W+193
	0x407011A3 type_iface_add_prerequisite_W+435
	0x4070153C g_type_interface_add_prerequisite+804
	0x40390FFB gtk_tree_sortable_get_type+75
	0x402FA79A gtk_list_store_get_type+174
	0x401C3F94 Gtk::wrap_init(void)+1088
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF4F4, 0x080DF4FC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3F9C Gtk::wrap_init(void)+1096
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08142E18, 0x08142E20, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4030A303 gtk_menu_shell_get_type+51
	0x4030346B gtk_menu_get_type+43
	0x401C3FAA Gtk::wrap_init(void)+1110
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF584, 0x080DF58C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x40303473 gtk_menu_get_type+51
	0x401C3FAA Gtk::wrap_init(void)+1110
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF67C, 0x080DF684, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4030760F gtk_menu_bar_get_type+51
	0x401C3FC0 Gtk::wrap_init(void)+1132
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF684, 0x080DF68C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3FC8 Gtk::wrap_init(void)+1140
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF724, 0x080DF72C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C3FF4 Gtk::wrap_init(void)+1184
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF6F0, 0x080DF6F8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4030BE1B gtk_message_dialog_get_type+51
	0x401C4002 Gtk::wrap_init(void)+1198
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF864, 0x080DF86C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C400A Gtk::wrap_init(void)+1206
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF86C, 0x080DF874, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4030CFDF gtk_notebook_get_type+51
	0x401C402E Gtk::wrap_init(void)+1242
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF8A4, 0x080DF8AC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C404C Gtk::wrap_init(void)+1272
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF924, 0x080DF92C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4031752F gtk_option_menu_get_type+51
	0x401C405A Gtk::wrap_init(void)+1286
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF92C, 0x080DF934, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4062 Gtk::wrap_init(void)+1294
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFA70, 0x080DFA78, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4078 Gtk::wrap_init(void)+1316
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051328, 0x08051330, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403C1299 gtk_plug_get_type+57
	0x401C4086 Gtk::wrap_init(void)+1330
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051330, 0x08051338, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C408E Gtk::wrap_init(void)+1338
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFAFC, 0x080DFB04, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4031C70F gtk_progress_get_type+51
	0x4031E0E7 gtk_progress_bar_get_type+43
	0x401C409C Gtk::wrap_init(void)+1352
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFB70, 0x080DFB78, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4031E0EF gtk_progress_bar_get_type+51
	0x401C409C Gtk::wrap_init(void)+1352
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFB78, 0x080DFB80, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C40A4 Gtk::wrap_init(void)+1360
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFBF0, 0x080DFBF8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4031FD37 gtk_radio_button_get_type+51
	0x401C40B2 Gtk::wrap_init(void)+1374
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFBF8, 0x080DFC00, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C40BA Gtk::wrap_init(void)+1382
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804BE9C, 0x0804BEA4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4032080B gtk_radio_menu_item_get_type+51
	0x401C40C8 Gtk::wrap_init(void)+1396
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804BEA4, 0x0804BEAC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C40D0 Gtk::wrap_init(void)+1404
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFC90, 0x080DFC98, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C40E6 Gtk::wrap_init(void)+1426
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DF7C4, 0x080DF7CC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C40FC Gtk::wrap_init(void)+1448
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081455A0, 0x081455A8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4112 Gtk::wrap_init(void)+1470
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144AF0, 0x08144AF8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4128 Gtk::wrap_init(void)+1492
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFC98, 0x080DFCA0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4032DF6F gtk_scrolled_window_get_type+51
	0x401C414C Gtk::wrap_init(void)+1528
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFDDC, 0x080DFDE4, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C416A Gtk::wrap_init(void)+1558
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144AF8, 0x08144B00, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4029D96D gtk_separator_menu_item_get_type+57
	0x401C4178 Gtk::wrap_init(void)+1572
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFE9C, 0x080DFEA4, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4196 Gtk::wrap_init(void)+1602
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFEA4, 0x080DFEAC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4033581A gtk_size_group_get_type+50
	0x401C41A4 Gtk::wrap_init(void)+1616
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFDA8, 0x080DFDB0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403C2B25 gtk_socket_get_type+57
	0x401C41BA Gtk::wrap_init(void)+1638
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFF7C, 0x080DFF84, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C41C2 Gtk::wrap_init(void)+1646
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFF84, 0x080DFF8C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4033615B gtk_spin_button_get_type+51
	0x401C41D0 Gtk::wrap_init(void)+1660
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0048, 0x080E0050, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4034565B gtk_statusbar_get_type+51
	0x401C41E6 Gtk::wrap_init(void)+1682
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0050, 0x080E0058, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C41EE Gtk::wrap_init(void)+1690
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFF3C, 0x080DFF44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4033A366 gtk_style_get_type+50
	0x401C41FC Gtk::wrap_init(void)+1704
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DFF44, 0x080DFF4C, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4204 Gtk::wrap_init(void)+1712
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E027C, 0x080E0284, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x40346603 gtk_table_get_type+51
	0x401C4212 Gtk::wrap_init(void)+1726
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E02B0, 0x080E02B8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C421A Gtk::wrap_init(void)+1734
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E02B8, 0x080E02C0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403492EF gtk_tearoff_menu_item_get_type+51
	0x401C4228 Gtk::wrap_init(void)+1748
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0554, 0x080E055C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4035AD06 gtk_text_buffer_get_type+50
	0x401C423E Gtk::wrap_init(void)+1770
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E055C, 0x080E0564, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4246 Gtk::wrap_init(void)+1778
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0564, 0x080E056C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40360C62 gtk_text_child_anchor_get_type+50
	0x401C4254 Gtk::wrap_init(void)+1792
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0608, 0x080E0610, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4036E06A gtk_text_mark_get_type+50
	0x401C426A Gtk::wrap_init(void)+1814
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E063C, 0x080E0644, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4272 Gtk::wrap_init(void)+1822
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0674, 0x080E067C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4036ED62 gtk_text_tag_get_type+50
	0x401C4280 Gtk::wrap_init(void)+1836
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E067C, 0x080E0684, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4288 Gtk::wrap_init(void)+1844
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E06C4, 0x080E06CC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403728D6 gtk_text_tag_table_get_type+50
	0x401C4296 Gtk::wrap_init(void)+1858
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080515D4, 0x080515DC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403734E3 gtk_text_view_get_type+51
	0x401C42AC Gtk::wrap_init(void)+1880
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080515DC, 0x080515E4, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C42B4 Gtk::wrap_init(void)+1888
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080649E4, 0x080649EC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C42CA Gtk::wrap_init(void)+1910
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080516F0, 0x080516F8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x4037FF73 gtk_toolbar_get_type+51
	0x401C42D8 Gtk::wrap_init(void)+1924
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0820, 0x080E0828, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C42E0 Gtk::wrap_init(void)+1932
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08056820, 0x08056828, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403828FB gtk_tooltips_get_type+51
	0x401C42EE Gtk::wrap_init(void)+1946
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E071C, 0x080E0724, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C42F6 Gtk::wrap_init(void)+1954
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E09F0, 0x080E09F8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x4038F366 gtk_tree_selection_get_type+50
	0x401C4304 Gtk::wrap_init(void)+1968
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E08B4, 0x080E08BC, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C430C Gtk::wrap_init(void)+1976
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E05C4, 0x080E05CC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40391582 gtk_tree_store_get_type+54
	0x401C431A Gtk::wrap_init(void)+1990
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144BB8, 0x08144BC0, 0 bytes, 0x00) [-|-|-]
	0x40700E78 type_node_add_iface_entry_W+324
	0x4070373A g_type_add_interface_static+258
	0x403915A8 gtk_tree_store_get_type+92
	0x401C431A Gtk::wrap_init(void)+1990
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0A8C, 0x080E0A94, 0 bytes, 0x00) [-|-|-]
	0x40700E78 type_node_add_iface_entry_W+324
	0x4070373A g_type_add_interface_static+258
	0x403915E8 gtk_tree_store_get_type+156
	0x401C431A Gtk::wrap_init(void)+1990
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0B10, 0x080E0B18, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40395331 gtk_tree_view_get_type+57
	0x401C4330 Gtk::wrap_init(void)+2012
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08145438, 0x08145440, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4338 Gtk::wrap_init(void)+2020
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0814556C, 0x08145574, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403A6811 gtk_tree_view_column_get_type+57
	0x401C4346 Gtk::wrap_init(void)+2034
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0BB0, 0x080E0BB8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C434E Gtk::wrap_init(void)+2042
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0BF0, 0x080E0BF8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4364 Gtk::wrap_init(void)+2064
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E05B4, 0x080E05BC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AC7C3 gtk_vbutton_box_get_type+51
	0x401C4372 Gtk::wrap_init(void)+2078
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0E18, 0x080E0E20, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AE86B gtk_vpaned_get_type+51
	0x401C4388 Gtk::wrap_init(void)+2100
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0E20, 0x080E0E28, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C4390 Gtk::wrap_init(void)+2108
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0E98, 0x080E0EA0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AECE3 gtk_vruler_get_type+51
	0x401C439E Gtk::wrap_init(void)+2122
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0EA0, 0x080E0EA8, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C43A6 Gtk::wrap_init(void)+2130
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0F18, 0x080E0F20, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AF60F gtk_vscale_get_type+51
	0x401C43B4 Gtk::wrap_init(void)+2144
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0F20, 0x080E0F28, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C43BC Gtk::wrap_init(void)+2152
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E0FA0, 0x080E0FA8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AFA93 gtk_vscrollbar_get_type+51
	0x401C43CA Gtk::wrap_init(void)+2166
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1018, 0x080E1020, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AFB3B gtk_vseparator_get_type+51
	0x401C43E0 Gtk::wrap_init(void)+2188
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1020, 0x080E1028, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C43E8 Gtk::wrap_init(void)+2196
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1050, 0x080E1058, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403AC32D gtk_type_unique+281
	0x403AD1A7 gtk_viewport_get_type+51
	0x401C43F6 Gtk::wrap_init(void)+2210
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1058, 0x080E1060, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C43FE Gtk::wrap_init(void)+2218
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1098, 0x080E10A0, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x4048CA22 Glib::wrap_register(unsigned long, Glib::ObjectBase *(*)(_GObject *))+98
	0x401C442A Gtk::wrap_init(void)+2262
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E10A0, 0x080E10A8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x403C078A gtk_window_group_get_type+50
	0x401C4438 Gtk::wrap_init(void)+2276
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804BD24, 0x0804BD2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40157DDC Gtk::AccelGroup_Class::init(void)+52
	0x40158263 Gtk::AccelGroup::get_type(void)+31
	0x401C4445 Gtk::wrap_init(void)+2289
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144DE0, 0x08144DE8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401587A0 Gtk::AccelLabel_Class::init(void)+52
	0x40158B0F Gtk::AccelLabel::get_type(void)+31
	0x401C444A Gtk::wrap_init(void)+2294
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144DE8, 0x08144DF0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015910C Gtk::Adjustment_Class::init(void)+52
	0x4015964F Gtk::Adjustment::get_type(void)+31
	0x401C444F Gtk::wrap_init(void)+2299
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1238, 0x080E1240, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40159940 Gtk::Alignment_Class::init(void)+52
	0x40159CAF Gtk::Alignment::get_type(void)+31
	0x401C4454 Gtk::wrap_init(void)+2304
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1310, 0x080E1318, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015A00C Gtk::Arrow_Class::init(void)+52
	0x4015A37B Gtk::Arrow::get_type(void)+31
	0x401C4459 Gtk::wrap_init(void)+2309
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1390, 0x080E1398, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015A63C Gtk::AspectFrame_Class::init(void)+52
	0x4015A9AB Gtk::AspectFrame::get_type(void)+31
	0x401C445E Gtk::wrap_init(void)+2314
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E13E0, 0x080E13E8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015B1E8 Gtk::Bin_Class::init(void)+52
	0x4015B557 Gtk::Bin::get_type(void)+31
	0x401C4463 Gtk::wrap_init(void)+2319
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1458, 0x080E1460, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015BB14 Gtk::Box_Class::init(void)+52
	0x4015BEFB Gtk::Box::get_type(void)+31
	0x401C4468 Gtk::wrap_init(void)+2324
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E14D8, 0x080E14E0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015D684 Gtk::Button_Class::init(void)+52
	0x4015DFAF Gtk::Button::get_type(void)+31
	0x401C446D Gtk::wrap_init(void)+2329
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E15F8, 0x080E1600, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015EB38 Gtk::ButtonBox_Class::init(void)+52
	0x4015EEA7 Gtk::ButtonBox::get_type(void)+31
	0x401C4472 Gtk::wrap_init(void)+2334
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1608, 0x080E1610, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015F928 Gtk::Calendar_Class::init(void)+52
	0x40160347 Gtk::Calendar::get_type(void)+31
	0x401C4477 Gtk::wrap_init(void)+2339
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E12E0, 0x080E12E8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40162804 Gtk::CellRenderer_Class::init(void)+52
	0x40163243 Gtk::CellRenderer::get_type(void)+31
	0x401C447C Gtk::wrap_init(void)+2344
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E176C, 0x080E1774, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40163AA4 Gtk::CellRendererPixbuf_Class::init(void)+52
	0x40163E13 Gtk::CellRendererPixbuf::get_type(void)+31
	0x401C4481 Gtk::wrap_init(void)+2349
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805177C, 0x08051784, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40164238 Gtk::CellRendererText_Class::init(void)+52
	0x40164793 Gtk::CellRendererText::get_type(void)+31
	0x401C4486 Gtk::wrap_init(void)+2354
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0805178C, 0x08051794, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016527C Gtk::CellRendererToggle_Class::init(void)+52
	0x40165767 Gtk::CellRendererToggle::get_type(void)+31
	0x401C448B Gtk::wrap_init(void)+2359
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E17EC, 0x080E17F4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016152C Gtk::CheckButton_Class::init(void)+52
	0x4016199B Gtk::CheckButton::get_type(void)+31
	0x401C4490 Gtk::wrap_init(void)+2364
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E19F8, 0x080E1A00, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40161D88 Gtk::CheckMenuItem_Class::init(void)+52
	0x401622EB Gtk::CheckMenuItem::get_type(void)+31
	0x401C4495 Gtk::wrap_init(void)+2369
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1B24, 0x080E1B2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40165E44 Gtk::ColorSelection_Class::init(void)+52
	0x401662AB Gtk::ColorSelection::get_type(void)+31
	0x401C449A Gtk::wrap_init(void)+2374
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1B64, 0x080E1B6C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40166818 Gtk::ColorSelectionDialog_Class::init(void)+52
	0x40166B87 Gtk::ColorSelectionDialog::get_type(void)+31
	0x401C449F Gtk::wrap_init(void)+2379
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1BB4, 0x080E1BBC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40166FC4 Gtk::Combo_Class::init(void)+52
	0x40167333 Gtk::Combo::get_type(void)+31
	0x401C44A4 Gtk::wrap_init(void)+2384
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804CF54, 0x0804CF5C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40167C68 Gtk::Container_Class::init(void)+52
	0x4016890B Gtk::Container::get_type(void)+31
	0x401C44A9 Gtk::wrap_init(void)+2389
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051948, 0x08051950, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016937C Gtk::Curve_Class::init(void)+52
	0x401697E3 Gtk::Curve::get_type(void)+31
	0x401C44AE Gtk::wrap_init(void)+2394
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051B3C, 0x08051B44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016A610 Gtk::Dialog_Class::init(void)+52
	0x4016AB73 Gtk::Dialog::get_type(void)+31
	0x401C44B3 Gtk::wrap_init(void)+2399
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051C24, 0x08051C2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016B14C Gtk::DrawingArea_Class::init(void)+52
	0x4016B4BB Gtk::DrawingArea::get_type(void)+31
	0x401C44B8 Gtk::wrap_init(void)+2404
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051B9C, 0x08051BA4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016D248 Gtk::Entry_Class::init(void)+52
	0x4016E063 Gtk::Entry::get_type(void)+31
	0x401C44BD Gtk::wrap_init(void)+2409
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1930, 0x080E1938, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016F134 Gtk::EventBox_Class::init(void)+52
	0x4016F4A3 Gtk::EventBox::get_type(void)+31
	0x401C44C2 Gtk::wrap_init(void)+2414
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1E7C, 0x080E1E84, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4016F818 Gtk::FileSelection_Class::init(void)+52
	0x4016FB87 Gtk::FileSelection::get_type(void)+31
	0x401C44C7 Gtk::wrap_init(void)+2419
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1EF4, 0x080E1EFC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40170428 Gtk::Fixed_Class::init(void)+52
	0x40170797 Gtk::Fixed::get_type(void)+31
	0x401C44CC Gtk::wrap_init(void)+2424
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051CE4, 0x08051CEC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40170D58 Gtk::FontSelection_Class::init(void)+52
	0x401710C7 Gtk::FontSelection::get_type(void)+31
	0x401C44D1 Gtk::wrap_init(void)+2429
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E1F94, 0x080E1F9C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40171724 Gtk::FontSelectionDialog_Class::init(void)+52
	0x40171A93 Gtk::FontSelectionDialog::get_type(void)+31
	0x401C44D6 Gtk::wrap_init(void)+2434
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2014, 0x080E201C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40171E74 Gtk::Frame_Class::init(void)+52
	0x401722E3 Gtk::Frame::get_type(void)+31
	0x401C44DB Gtk::wrap_init(void)+2439
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2164, 0x080E216C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40169C64 Gtk::GammaCurve_Class::init(void)+52
	0x40169FD3 Gtk::GammaCurve::get_type(void)+31
	0x401C44E0 Gtk::wrap_init(void)+2444
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051D1C, 0x08051D24, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015CDF8 Gtk::HBox_Class::init(void)+52
	0x4015D167 Gtk::HBox::get_type(void)+31
	0x401C44E5 Gtk::wrap_init(void)+2449
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051D2C, 0x08051D34, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015F4E4 Gtk::HButtonBox_Class::init(void)+52
	0x4015F853 Gtk::HButtonBox::get_type(void)+31
	0x401C44EA Gtk::wrap_init(void)+2454
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E21EC, 0x080E21F4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40187034 Gtk::HPaned_Class::init(void)+52
	0x401873A3 Gtk::HPaned::get_type(void)+31
	0x401C44EF Gtk::wrap_init(void)+2459
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2284, 0x080E228C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018C024 Gtk::HRuler_Class::init(void)+52
	0x4018C393 Gtk::HRuler::get_type(void)+31
	0x401C44F4 Gtk::wrap_init(void)+2464
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2294, 0x080E229C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018E224 Gtk::HScale_Class::init(void)+52
	0x4018E593 Gtk::HScale::get_type(void)+31
	0x401C44F9 Gtk::wrap_init(void)+2469
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051D84, 0x08051D8C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018F594 Gtk::HScrollbar_Class::init(void)+52
	0x4018F903 Gtk::HScrollbar::get_type(void)+31
	0x401C44FE Gtk::wrap_init(void)+2474
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E25F4, 0x080E25FC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40191474 Gtk::HSeparator_Class::init(void)+52
	0x401917E3 Gtk::HSeparator::get_type(void)+31
	0x401C4503 Gtk::wrap_init(void)+2479
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2604, 0x080E260C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40172AC4 Gtk::HandleBox_Class::init(void)+52
	0x4017303F Gtk::HandleBox::get_type(void)+31
	0x401C4508 Gtk::wrap_init(void)+2484
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E238C, 0x080E2394, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40173ACC Gtk::IconFactory_Class::init(void)+52
	0x40173E3B Gtk::IconFactory::get_type(void)+31
	0x401C450D Gtk::wrap_init(void)+2489
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2514, 0x080E251C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401753E0 Gtk::Image_Class::init(void)+52
	0x4017574F Gtk::Image::get_type(void)+31
	0x401C4512 Gtk::wrap_init(void)+2494
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2754, 0x080E275C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017691C Gtk::ImageMenuItem_Class::init(void)+52
	0x40176C8B Gtk::ImageMenuItem::get_type(void)+31
	0x401C4517 Gtk::wrap_init(void)+2499
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2714, 0x080E271C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40176FDC Gtk::InputDialog_Class::init(void)+52
	0x40177547 Gtk::InputDialog::get_type(void)+31
	0x401C451C Gtk::wrap_init(void)+2504
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2724, 0x080E272C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40177CAC Gtk::Invisible_Class::init(void)+52
	0x4017801B Gtk::Invisible::get_type(void)+31
	0x401C4521 Gtk::wrap_init(void)+2509
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E28A4, 0x080E28AC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401780D4 Gtk::Item_Class::init(void)+52
	0x40178723 Gtk::Item::get_type(void)+31
	0x401C4526 Gtk::wrap_init(void)+2514
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E29CC, 0x080E29D4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40178F2C Gtk::Label_Class::init(void)+52
	0x401795A3 Gtk::Label::get_type(void)+31
	0x401C452B Gtk::wrap_init(void)+2519
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E295C, 0x080E2964, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017A458 Gtk::Layout_Class::init(void)+52
	0x4017A8E3 Gtk::Layout::get_type(void)+31
	0x401C4530 Gtk::wrap_init(void)+2524
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2A30, 0x080E2A38, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017B3F4 Gtk::ListStore_Class::init(void)+52
	0x4017B9EB Gtk::ListStore::get_type(void)+31
	0x401C4535 Gtk::wrap_init(void)+2529
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2CA0, 0x080E2CA8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017CF30 Gtk::Menu_Class::init(void)+52
	0x4017D29F Gtk::Menu::get_type(void)+31
	0x401C453A Gtk::wrap_init(void)+2534
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2CB0, 0x080E2CB8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017DB0C Gtk::MenuBar_Class::init(void)+52
	0x4017DE7B Gtk::MenuBar::get_type(void)+31
	0x401C453F Gtk::wrap_init(void)+2539
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081455A8, 0x081455B0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017E71C Gtk::MenuItem_Class::init(void)+52
	0x4017EEEB Gtk::MenuItem::get_type(void)+31
	0x401C4544 Gtk::wrap_init(void)+2544
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2F04, 0x080E2F0C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4017FF5C Gtk::MenuShell_Class::init(void)+52
	0x4018052F Gtk::MenuShell::get_type(void)+31
	0x401C4549 Gtk::wrap_init(void)+2549
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E2F40, 0x080E2F48, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401811D0 Gtk::MessageDialog_Class::init(void)+52
	0x4018153F Gtk::MessageDialog::get_type(void)+31
	0x401C454E Gtk::wrap_init(void)+2554
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051F0C, 0x08051F14, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401815F8 Gtk::Misc_Class::init(void)+52
	0x40181967 Gtk::Misc::get_type(void)+31
	0x401C4553 Gtk::wrap_init(void)+2559
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08052018, 0x08052020, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40183348 Gtk::Notebook_Class::init(void)+52
	0x40183BDB Gtk::Notebook::get_type(void)+31
	0x401C4558 Gtk::wrap_init(void)+2564
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3070, 0x080E3078, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40184E7C Gtk::Object_Class::init(void)+52
	0x40184F63 Gtk::Object::get_type(void)+31
	0x401C455D Gtk::wrap_init(void)+2569
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3080, 0x080E3088, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401850F8 Gtk::OptionMenu_Class::init(void)+52
	0x4018555F Gtk::OptionMenu::get_type(void)+31
	0x401C4562 Gtk::wrap_init(void)+2574
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E316C, 0x080E3174, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40185F44 Gtk::Paned_Class::init(void)+52
	0x401868DB Gtk::Paned::get_type(void)+31
	0x401C4567 Gtk::wrap_init(void)+2579
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E31E4, 0x080E31EC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401C7A18 Gtk::Plug_Class::init(void)+52
	0x401C7E7F Gtk::Plug::get_type(void)+31
	0x401C456C Gtk::wrap_init(void)+2584
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08052070, 0x08052078, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40187B6C Gtk::ProgressBar_Class::init(void)+52
	0x40187EDB Gtk::ProgressBar::get_type(void)+31
	0x401C4571 Gtk::wrap_init(void)+2589
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08051F3C, 0x08051F44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40188AB4 Gtk::RadioButton_Class::init(void)+52
	0x40188E23 Gtk::RadioButton::get_type(void)+31
	0x401C4576 Gtk::wrap_init(void)+2594
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3314, 0x080E331C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401892B0 Gtk::RadioMenuItem_Class::init(void)+52
	0x4018961F Gtk::RadioMenuItem::get_type(void)+31
	0x401C457B Gtk::wrap_init(void)+2599
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E351C, 0x080E3524, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40189830 Gtk::Range_Class::init(void)+52
	0x40189F8F Gtk::Range::get_type(void)+31
	0x401C4580 Gtk::wrap_init(void)+2604
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E35A4, 0x080E35AC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018AA28 Gtk::RcStyle_Class::init(void)+52
	0x4018AD97 Gtk::RcStyle::get_type(void)+31
	0x401C4585 Gtk::wrap_init(void)+2609
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E372C, 0x080E3734, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018B090 Gtk::Ruler_Class::init(void)+52
	0x4018B5EB Gtk::Ruler::get_type(void)+31
	0x401C458A Gtk::wrap_init(void)+2614
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08144EC0, 0x08144EC8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018D344 Gtk::Scale_Class::init(void)+52
	0x4018D943 Gtk::Scale::get_type(void)+31
	0x401C458F Gtk::wrap_init(void)+2619
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804C0E8, 0x0804C0F0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018ED44 Gtk::Scrollbar_Class::init(void)+52
	0x4018F0B3 Gtk::Scrollbar::get_type(void)+31
	0x401C4594 Gtk::wrap_init(void)+2624
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3604, 0x080E360C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018FB00 Gtk::ScrolledWindow_Class::init(void)+52
	0x40190077 Gtk::ScrolledWindow::get_type(void)+31
	0x401C4599 Gtk::wrap_init(void)+2629
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E38B8, 0x080E38C0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40190974 Gtk::Separator_Class::init(void)+52
	0x40190CE3 Gtk::Separator::get_type(void)+31
	0x401C459E Gtk::wrap_init(void)+2634
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3AE4, 0x080E3AEC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401919F4 Gtk::SeparatorMenuItem_Class::init(void)+52
	0x40191D63 Gtk::SeparatorMenuItem::get_type(void)+31
	0x401C45A3 Gtk::wrap_init(void)+2639
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3AEC, 0x080E3AF4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40191FF0 Gtk::Settings_Class::init(void)+52
	0x4019235F Gtk::Settings::get_type(void)+31
	0x401C45A8 Gtk::wrap_init(void)+2644
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3988, 0x080E3990, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40192808 Gtk::SizeGroup_Class::init(void)+52
	0x40192B77 Gtk::SizeGroup::get_type(void)+31
	0x401C45AD Gtk::wrap_init(void)+2649
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3998, 0x080E39A0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401C80C4 Gtk::Socket_Class::init(void)+52
	0x401C862B Gtk::Socket::get_type(void)+31
	0x401C45B2 Gtk::wrap_init(void)+2654
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3D58, 0x080E3D60, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40193158 Gtk::SpinButton_Class::init(void)+52
	0x40193813 Gtk::SpinButton::get_type(void)+31
	0x401C45B7 Gtk::wrap_init(void)+2659
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E3FD8, 0x080E3FE0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40194420 Gtk::Statusbar_Class::init(void)+52
	0x40194A9B Gtk::Statusbar::get_type(void)+31
	0x401C45BC Gtk::wrap_init(void)+2664
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4064, 0x080E406C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40195648 Gtk::Style_Class::init(void)+52
	0x401959B7 Gtk::Style::get_type(void)+31
	0x401C45C1 Gtk::wrap_init(void)+2669
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E40B4, 0x080E40BC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40196D80 Gtk::Table_Class::init(void)+52
	0x40197167 Gtk::Table::get_type(void)+31
	0x401C45C6 Gtk::wrap_init(void)+2674
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E41A0, 0x080E41A8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40197A8C Gtk::TearoffMenuItem_Class::init(void)+52
	0x40197DFB Gtk::TearoffMenuItem::get_type(void)+31
	0x401C45CB Gtk::wrap_init(void)+2679
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4270, 0x080E4278, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401998B4 Gtk::TextBuffer_Class::init(void)+52
	0x4019ABF3 Gtk::TextBuffer::get_type(void)+31
	0x401C45D0 Gtk::wrap_init(void)+2684
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4280, 0x080E4288, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4019C110 Gtk::TextChildAnchor_Class::init(void)+52
	0x4019C47F Gtk::TextChildAnchor::get_type(void)+31
	0x401C45D5 Gtk::wrap_init(void)+2689
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4370, 0x080E4378, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4019DCCC Gtk::TextMark_Class::init(void)+52
	0x4019E03B Gtk::TextMark::get_type(void)+31
	0x401C45DA Gtk::wrap_init(void)+2694
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E43D8, 0x080E43E0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4019E52C Gtk::TextTag_Class::init(void)+52
	0x4019EA6B Gtk::TextTag::get_type(void)+31
	0x401C45DF Gtk::wrap_init(void)+2699
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4598, 0x080E45A0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401A0124 Gtk::TextTagTable_Class::init(void)+52
	0x401A0937 Gtk::TextTagTable::get_type(void)+31
	0x401C45E4 Gtk::wrap_init(void)+2704
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E45A8, 0x080E45B0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401A1608 Gtk::TextView_Class::init(void)+52
	0x401A25E7 Gtk::TextView::get_type(void)+31
	0x401C45E9 Gtk::wrap_init(void)+2709
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4540, 0x080E4548, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401A3D24 Gtk::ToggleButton_Class::init(void)+52
	0x401A418B Gtk::ToggleButton::get_type(void)+31
	0x401C45EE Gtk::wrap_init(void)+2714
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E44F8, 0x080E4500, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401A5D4C Gtk::Toolbar_Class::init(void)+52
	0x401A632F Gtk::Toolbar::get_type(void)+31
	0x401C45F3 Gtk::wrap_init(void)+2719
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4500, 0x080E4508, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401A6D6C Gtk::Tooltips_Class::init(void)+52
	0x401A70BF Gtk::Tooltips::get_type(void)+31
	0x401C45F8 Gtk::wrap_init(void)+2724
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4784, 0x080E478C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401A948C Gtk::TreeSelection_Class::init(void)+52
	0x401A9903 Gtk::TreeSelection::get_type(void)+31
	0x401C45FD Gtk::wrap_init(void)+2729
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E478C, 0x080E4794, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401AE5E0 Gtk::TreeStore_Class::init(void)+52
	0x401AEBD7 Gtk::TreeStore::get_type(void)+31
	0x401C4602 Gtk::wrap_init(void)+2734
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E497C, 0x080E4984, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401B028C Gtk::TreeView_Class::init(void)+52
	0x401B192F Gtk::TreeView::get_type(void)+31
	0x401C4607 Gtk::wrap_init(void)+2739
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4A74, 0x080E4A7C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401B38D4 Gtk::TreeViewColumn_Class::init(void)+52
	0x401B3D2F Gtk::TreeViewColumn::get_type(void)+31
	0x401C460C Gtk::wrap_init(void)+2744
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4AC4, 0x080E4ACC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015C860 Gtk::VBox_Class::init(void)+52
	0x4015CBCF Gtk::VBox::get_type(void)+31
	0x401C4611 Gtk::wrap_init(void)+2749
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4B3C, 0x080E4B44, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4015F0BC Gtk::VButtonBox_Class::init(void)+52
	0x4015F42B Gtk::VButtonBox::get_type(void)+31
	0x401C4616 Gtk::wrap_init(void)+2754
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4A14, 0x080E4A1C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401875B4 Gtk::VPaned_Class::init(void)+52
	0x40187923 Gtk::VPaned::get_type(void)+31
	0x401C461B Gtk::wrap_init(void)+2759
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4A24, 0x080E4A2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018BAA4 Gtk::VRuler_Class::init(void)+52
	0x4018BE13 Gtk::VRuler::get_type(void)+31
	0x401C4620 Gtk::wrap_init(void)+2764
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4BD8, 0x080E4BE0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018DDFC Gtk::VScale_Class::init(void)+52
	0x4018E16B Gtk::VScale::get_type(void)+31
	0x401C4625 Gtk::wrap_init(void)+2769
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4E14, 0x080E4E1C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x4018F16C Gtk::VScrollbar_Class::init(void)+52
	0x4018F4DB Gtk::VScrollbar::get_type(void)+31
	0x401C462A Gtk::wrap_init(void)+2774
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4E24, 0x080E4E2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x40190EF4 Gtk::VSeparator_Class::init(void)+52
	0x40191263 Gtk::VSeparator::get_type(void)+31
	0x401C462F Gtk::wrap_init(void)+2779
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E4F40, 0x080E4F48, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401B4AD4 Gtk::Viewport_Class::init(void)+52
	0x401B4F5F Gtk::Viewport::get_type(void)+31
	0x401C4634 Gtk::wrap_init(void)+2784
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E5040, 0x080E5048, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401B8AD0 Gtk::Widget_Class::init(void)+52
	0x401BCEA3 Gtk::Widget::get_type(void)+31
	0x401C4639 Gtk::wrap_init(void)+2789
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E5150, 0x080E5158, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401C1764 Gtk::Window_Class::init(void)+52
	0x401C1FEF Gtk::Window::get_type(void)+31
	0x401C463E Gtk::wrap_init(void)+2794
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E5160, 0x080E5168, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40480B5D Glib::Class::register_derived_type(unsigned long)+213
	0x401C3604 Gtk::WindowGroup_Class::init(void)+52
	0x401C3973 Gtk::WindowGroup::get_type(void)+31
	0x401C4643 Gtk::wrap_init(void)+2799
	0x4017C8A8 Gtk::Main::init_gtkmm_internals(void)+56
	0x4017C85E Gtk::Main::init(int *, char ***, bool)+86
	0x4017C5FF Gtk::Main::Main(int, int *, char ***, bool)+107
	0x08048DD4 main+36
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080E5380, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403157C4 gtk_object_add_arg_type+1508
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080FAD0C, 0x080FAD18, 0 bytes, 0x00) [-|-|-]
	0x4072E145 g_bsearch_array_insert+589
	0x406F80DB g_signal_newv+1859
	0x403345D4 gtk_signal_newv+140
	0x40334647 gtk_signal_new+107
	0x403157C4 gtk_object_add_arg_type+1508
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E5A90, 0x080E5A98, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA645 g_flags_register_static+161
	0x404D3925 gdk_event_mask_get_type+49
	0x403B0546 gtk_widget_get_type+2290
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E5BB0, 0x080E5BB8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x404D3D65 gdk_extension_mode_get_type+49
	0x403B0599 gtk_widget_get_type+2373
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080E5EC0, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0607 gtk_widget_get_type+2483
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08052598, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B062C gtk_widget_get_type+2520
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08052638, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0651 gtk_widget_get_type+2557
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080525F8, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0676 gtk_widget_get_type+2594
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x081428A8, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B069B gtk_widget_get_type+2631
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E6254, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B06C0 gtk_widget_get_type+2668
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x081428A8, 0x081428B0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x403B9C98 gtk_requisition_get_type+52
	0x403B06CE gtk_widget_get_type+2682
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x08133C8C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B06FB gtk_widget_get_type+2727
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E62D4, 0x080E62DC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x404CE365 gdk_rectangle_get_type+53
	0x403B0709 gtk_widget_get_type+2741
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080E6354, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B072C gtk_widget_get_type+2776
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804C184, 0x0804C18C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AB9C5 gtk_state_type_get_type+49
	0x403B073A gtk_widget_get_type+2790
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080E6570, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0761 gtk_widget_get_type+2829
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E6630, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0799 gtk_widget_get_type+2885
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E6770, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B07C4 gtk_widget_get_type+2928
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E68E0, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B07EF gtk_widget_get_type+2971
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E6770, 0x080E6778, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AB4C5 gtk_text_direction_get_type+49
	0x403B07FD gtk_widget_get_type+2985
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080E6A20, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B081D gtk_widget_get_type+3017
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E66F0, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B084A gtk_widget_get_type+3062
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E6B00, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B087B gtk_widget_get_type+3111
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E6BE8, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B08B1 gtk_widget_get_type+3165
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E6E40, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B08E6 gtk_widget_get_type+3218
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E6E00, 0x080E6E08, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AB3C5 gtk_direction_type_get_type+49
	0x403B08F4 gtk_widget_get_type+3232
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x08052678, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0923 gtk_widget_get_type+3279
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080D5930, 0x080D5938, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x404C2984 gdk_event_get_type+52
	0x403B0931 gtk_widget_get_type+3293
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x08052804, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0962 gtk_widget_get_type+3342
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080528B0, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B09CE gtk_widget_get_type+3450
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E71E0, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0A06 gtk_widget_get_type+3506
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08143F0C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0A3E gtk_widget_get_type+3562
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E73EC, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0A76 gtk_widget_get_type+3618
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E7694, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0AAE gtk_widget_get_type+3674
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08142948, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0AE6 gtk_widget_get_type+3730
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x0804C28C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0B1E gtk_widget_get_type+3786
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x0804C1EC, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0B56 gtk_widget_get_type+3842
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E79C8, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0B8E gtk_widget_get_type+3898
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E7B48, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0BC6 gtk_widget_get_type+3954
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E7C48, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0BFE gtk_widget_get_type+4010
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E7D6C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0C36 gtk_widget_get_type+4066
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E7E6C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0C6E gtk_widget_get_type+4122
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E7FAC, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0CA6 gtk_widget_get_type+4178
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E806C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0CDE gtk_widget_get_type+4234
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E80EC, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0D16 gtk_widget_get_type+4290
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E818C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0D4E gtk_widget_get_type+4346
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E83C4, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0D86 gtk_widget_get_type+4402
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E8404, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0DBE gtk_widget_get_type+4458
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08052E80, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0DF6 gtk_widget_get_type+4514
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E84A8, 0x080E84B0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x40332414 gtk_selection_data_get_type+52
	0x403B0E09 gtk_widget_get_type+4533
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080E8648, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0E35 gtk_widget_get_type+4577
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E85E4, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0E76 gtk_widget_get_type+4642
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E8878, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0EAE gtk_widget_get_type+4698
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08052DA8, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0EE6 gtk_widget_get_type+4754
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E8B1C, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0F1B gtk_widget_get_type+4807
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E8D28, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0F4E gtk_widget_get_type+4858
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E8DD8, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0F7A gtk_widget_get_type+4902
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9028, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x403B0FA6 gtk_widget_get_type+4946
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9178, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B0FE4 gtk_widget_get_type+5008
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9238, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B101B gtk_widget_get_type+5063
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9408, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B1061 gtk_widget_get_type+5133
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9610, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B10A8 gtk_widget_get_type+5204
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E98C4, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B10E3 gtk_widget_get_type+5263
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08053078, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B111E gtk_widget_get_type+5322
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9850, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B1159 gtk_widget_get_type+5381
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080E9A24, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B1194 gtk_widget_get_type+5440
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x081438D4, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B11CA gtk_widget_get_type+5494
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080530DC, 0x080530E4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AC205 gtk_widget_help_type_get_type+49
	0x403B11DB gtk_widget_get_type+5511
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080531DC, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403B1205 gtk_widget_get_type+5553
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080E9EC8, 0x080E9ED0, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x404BF290 gdk_color_get_type+52
	0x40333615 gtk_settings_get_default+2457
	0x403B93C7 gtk_widget_class_install_style_property+191
	0x403B1347 gtk_widget_get_type+5875
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x081438D4, 0x081438DC, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x40344FC4 gtk_border_get_type+52
	0x4033363D gtk_settings_get_default+2497
	0x403B93C7 gtk_widget_class_install_style_property+191
	0x403B1347 gtk_widget_get_type+5875
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0806B1CC, 0x0806B1D4, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AB885 gtk_resize_mode_get_type+49
	0x402B38A9 gtk_container_get_type+473
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x080EA4B4, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x402B39E7 gtk_container_get_type+791
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080EA5BC, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x402B3A0F gtk_container_get_type+831
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080EA678, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x402B3A35 gtk_container_get_type+869
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EA778, 0x080EA780, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x403AC446 gtk_type_class+270
	0x4028DF48 gtk_bin_get_type+104
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EA678, 0x080EA680, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403ABB85 gtk_window_type_get_type+49
	0x403BA150 gtk_window_get_type+752
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EAB58, 0x080EAB60, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403ABB45 gtk_window_position_get_type+49
	0x403BA315 gtk_window_get_type+1205
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x08053B24, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403BA4B8 gtk_window_get_type+1624
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080ECA94, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403BA4F0 gtk_window_get_type+1680
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080ECD84, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403BA520 gtk_window_get_type+1728
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08053B64, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403BA54A gtk_window_get_type+1770
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08145300, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403BA57E gtk_window_get_type+1822
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x08053BC4, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x406F78D8 g_signal_new+128
	0x403BA5A5 gtk_window_get_type+1861
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x401C2098 Gtk::Window::Window(int, Gtk::WindowType)+128
	0x08048DE9 main+57
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080540C8, 0x080540D0, 0 bytes, 0x00) [-|-|-]
	0x4070517D g_type_set_qdata+285
	0x403AC446 gtk_type_class+270
	0x402EE368 gtk_label_get_type+280
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x0804CB94, 0x0804CB9C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AB605 gtk_movement_step_get_type+49
	0x402EE466 gtk_label_get_type+534
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMSET: memset (0x0804CB54, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x402EE486 gtk_label_get_type+566
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080EE718, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x402EE4B1 gtk_label_get_type+609
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMSET: memset (0x080EEA74, 0 bytes, 0x00) [-|-|-]
	0x406E8B15 g_closure_new_simple+173
	0x406EA32B g_signal_type_cclosure_new+159
	0x403345AE gtk_signal_newv+102
	0x40334647 gtk_signal_new+107
	0x402EE4DF gtk_label_get_type+655
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memset: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EE98C, 0x080EE994, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406E80BD g_boxed_type_register_static+205
	0x406BF368 pango_attr_list_get_type+52
	0x402EE53F gtk_label_get_type+751
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080EEE34, 0x080EEE3C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x406EA599 g_enum_register_static+161
	0x403AB505 gtk_justification_get_type+49
	0x402EE620 gtk_label_get_type+976
	0x407024CF type_class_init_Wm+403
	0x40703F93 g_type_class_ref+1747
	0x40703F0C g_type_class_ref+1612
	0x40485894 Glib::ConstructParams::ConstructParams(Glib::Class const &, char const *,...)+56
	0x40178CAE Gtk::Label::Label(int, Glib::ustring const &, bool)+150
	0x08048E33 main+131
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F1704, 0x080F170C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x405CC4CD pango_x_font_map_get_type+57
	0x405CC641 pango_x_font_map_for_display+149
	0x405C9211 pango_x_get_context+245
	0x404E6FC0 gdk_pango_context_get+148
	0x403B6C69 gtk_widget_create_pango_context+129
	0x403B6BC5 gtk_widget_get_pango_context+157
	0x403B6D49 gtk_widget_create_pango_layout+137
	0x402F035B gtk_label_get+803
	0x402F0647 gtk_label_get+1551
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BE677 gtk_window_reshow_with_initial_size+2483
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BF0C6 gtk_window_reshow_with_initial_size+5122
	0x403BDFB1 gtk_window_reshow_with_initial_size+749
	0x401B9226 Gtk::Widget_Class::show_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B27B3 gtk_widget_show+167
	0x401BCF31 Gtk::Widget::show(void)+33
	0x08048E9C main+236
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F19A0, 0x080F19A8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x405CE831 pango_x_family_get_type+57
	0x405CC953 pango_x_get_font_family+59
	0x405CDC5E pango_x_insert_font+1354
	0x405CC6D0 pango_x_font_map_for_display+292
	0x405C9211 pango_x_get_context+245
	0x404E6FC0 gdk_pango_context_get+148
	0x403B6C69 gtk_widget_create_pango_context+129
	0x403B6BC5 gtk_widget_get_pango_context+157
	0x403B6D49 gtk_widget_create_pango_layout+137
	0x402F035B gtk_label_get+803
	0x402F0647 gtk_label_get+1551
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BE677 gtk_window_reshow_with_initial_size+2483
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BF0C6 gtk_window_reshow_with_initial_size+5122
	0x403BDFB1 gtk_window_reshow_with_initial_size+749
	0x401B9226 Gtk::Widget_Class::show_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B27B3 gtk_widget_show+167
	0x401BCF31 Gtk::Widget::show(void)+33
	0x08048E9C main+236
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080F1B24, 0x080F1B2C, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x405CE4F1 pango_x_face_get_type+57
	0x405CDD28 pango_x_insert_font+1556
	0x405CC6D0 pango_x_font_map_for_display+292
	0x405C9211 pango_x_get_context+245
	0x404E6FC0 gdk_pango_context_get+148
	0x403B6C69 gtk_widget_create_pango_context+129
	0x403B6BC5 gtk_widget_get_pango_context+157
	0x403B6D49 gtk_widget_create_pango_layout+137
	0x402F035B gtk_label_get+803
	0x402F0647 gtk_label_get+1551
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BE677 gtk_window_reshow_with_initial_size+2483
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BF0C6 gtk_window_reshow_with_initial_size+5122
	0x403BDFB1 gtk_window_reshow_with_initial_size+749
	0x401B9226 Gtk::Widget_Class::show_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B27B3 gtk_widget_show+167
	0x401BCF31 Gtk::Widget::show(void)+33
	0x08048E9C main+236
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08115710, 0x08115718, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x405C92DD pango_x_font_get_type+57
	0x405C941F pango_x_font_new+67
	0x405CCAE9 pango_x_font_map_load_font+345
	0x406C1F49 pango_font_map_load_font+85
	0x406C20C9 pango_font_map_fontset_add_fonts+145
	0x406C215C pango_font_map_real_load_fontset+116
	0x406C202D pango_font_map_load_fontset+129
	0x406C1329 add_engines+465
	0x406C0D74 pango_itemize+300
	0x406C672B pango_layout_check_lines+551
	0x406C511F pango_layout_get_extents_internal+99
	0x406C5372 pango_layout_get_extents+86
	0x402F0668 gtk_label_get+1584
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BE677 gtk_window_reshow_with_initial_size+2483
	0x401B976D Gtk::Widget_Class::size_request_callback(_GtkWidget *, _GtkRequisition *)+157
	0x406FEEFC g_cclosure_marshal_VOID__BOXED+152
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x40335315 gtk_signal_emit_by_name+225
	0x40335E0B gtk_size_group_remove_widget+467
	0x403360F1 gtk_size_group_remove_widget+1209
	0x403B34F8 gtk_widget_size_request+128
	0x403BF0C6 gtk_window_reshow_with_initial_size+5122
	0x403BDFB1 gtk_window_reshow_with_initial_size+749
	0x401B9226 Gtk::Widget_Class::show_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B27B3 gtk_widget_show+167
	0x401BCF31 Gtk::Widget::show(void)+33
	0x08048E9C main+236
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x080DCAD0, 0x080DCAD8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404E7001 gdk_pango_context_get+213
	0x404C8478 gdk_pixmap_get_type+100
	0x40701DE0 g_type_create_instance+456
	0x406ECD67 g_object_constructor+35
	0x406EC405 g_object_newv+861
	0x406ECA7D g_object_new_valist+133
	0x406EC09E g_object_new+106
	0x404E7255 gdk_pixmap_new+337
	0x402DAE8C gtk_gc_release+400
	0x4072E608 g_cache_insert+136
	0x402DACF3 gtk_gc_get+95
	0x4033C960 gtk_style_set_background+2504
	0x4033AEC4 gtk_style_unref+264
	0x4033AC1A gtk_style_attach+174
	0x403BE484 gtk_window_reshow_with_initial_size+1984
	0x401B95A6 Gtk::Widget_Class::realize_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B2E7C gtk_widget_realize+224
	0x403BDFF5 gtk_window_reshow_with_initial_size+817
	0x401B9226 Gtk::Widget_Class::show_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B27B3 gtk_widget_show+167
	0x401BCF31 Gtk::Widget::show(void)+33
	0x08048E9C main+236
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08107BC0, 0x08107BC8, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x404E00FD gdk_x11_font_get_name+209
	0x404E024B gdk_x11_font_get_name+543
	0x404C312A gdk_gc_new_with_values+102
	0x404C85DB gdk_pixmap_get_type+455
	0x404C312A gdk_gc_new_with_values+102
	0x402DAEB2 gtk_gc_release+438
	0x4072E608 g_cache_insert+136
	0x402DACF3 gtk_gc_get+95
	0x4033C960 gtk_style_set_background+2504
	0x4033AEC4 gtk_style_unref+264
	0x4033AC1A gtk_style_attach+174
	0x403BE484 gtk_window_reshow_with_initial_size+1984
	0x401B95A6 Gtk::Widget_Class::realize_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B2E7C gtk_widget_realize+224
	0x403BDFF5 gtk_window_reshow_with_initial_size+817
	0x401B9226 Gtk::Widget_Class::show_callback(_GtkWidget *)+150
	0x406FE632 g_cclosure_marshal_VOID__VOID+142
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FD268 signal_emit_unlocked_R+2028
	0x406FBFBA g_signal_emit_valist+1566
	0x4033522B gtk_signal_emit+131
	0x403B27B3 gtk_widget_show+167
	0x401BCF31 Gtk::Widget::show(void)+33
	0x08048E9C main+236
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

MEMCOPY: memmove (0x08117E38, 0x08117E40, 0 bytes, 0x00) [-|-|-]
	0x407053C6 type_add_flags_W+490
	0x4070348F g_type_register_static+995
	0x40531869 pango_xft_font_get_type+57
	0x404DBD85 gdk_drag_get_selection+3457
	0x404C0976 gdk_draw_glyphs+210
	0x404C87D6 gdk_pixmap_get_type+962
	0x404C0976 gdk_draw_glyphs+210
	0x404D1F8B gdk_window_get_internal_paint_info+4215
	0x404C0976 gdk_draw_glyphs+210
	0x404C5066 gdk_draw_layout_line_with_colors+1138
	0x404C53BA gdk_draw_layout_with_colors+382
	0x404C55F9 gdk_draw_layout+289
	0x4034361D gtk_style_apply_default_background+25649
	0x40344E79 gtk_paint_layout+189
	0x402F0D5B gtk_label_get+3363
	0x401BA910 Gtk::Widget_Class::expose_event_callback(_GtkWidget *, _GdkEventExpose *)+164
	0x402FFFB8 gtk_propagate_event+748
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FDBF0 signal_emit_unlocked_R+4468
	0x406FC024 g_signal_emit_valist+1672
	0x4033522B gtk_signal_emit+131
	0x403B4A45 gtk_widget_send_expose+809
	0x402B7DEB gtk_container_propagate_expose+399
	0x402B7AB6 gtk_container_get_focus_hadjustment+478
	0x4028E1EA gtk_bin_get_type+778
	0x40167EAB Gtk::Container_Class::forall_vfunc_callback(_GtkContainer *, int, void (*)(_GtkWidget *, void *), void *)+167
	0x402B61CD gtk_container_forall+173
	0x402B7B7F gtk_container_get_focus_hadjustment+679
	0x403BFBEC gtk_window_reshow_with_initial_size+7976
	0x401BA910 Gtk::Widget_Class::expose_event_callback(_GtkWidget *, _GdkEventExpose *)+164
	0x402FFFB8 gtk_propagate_event+748
	0x406EA223 g_type_class_meta_marshal+71
	0x406E9E2A g_closure_invoke+678
	0x406FDBF0 signal_emit_unlocked_R+4468
	0x406FC024 g_signal_emit_valist+1672
	0x4033522B gtk_signal_emit+131
	0x403B4A45 gtk_widget_send_expose+809
	0x402FEE24 gtk_main_do_event+632
	0x404D2ADE gdk_window_clear_area_e+2310
	0x404D2B92 gdk_window_process_all_updates+106
	0x402B5DB1 gtk_container_set_reallocate_redraws+437
	0x40741D24 g_idle_dispatch+60
	0x4073F6D2 g_main_dispatch+294
	0x407404E9 g_main_context_dispatch+97
	0x40740880 g_main_context_iterate+852
	0x40740F26 g_main_loop_run+606
	0x402FE5CF gtk_main+199
	0x4017CB5A Gtk::Main::run_impl(void)+22
	0x4017C9B7 Gtk::Main::run(Gtk::Window &)+183
	0x08048EAB main+251
	0x40806627 __libc_start_main+147
	0x08048CD1 _start+33

ERROR: [FREOPN]: memmove: attempt to perform operation on free memory

system page size:  4096 bytes
default alignment: 4 bytes
overflow size:     0 bytes
overflow byte:     0xAA
allocation byte:   0xFF
free byte:         0x55
allocation stop:   0
reallocation stop: 0
free stop:         0
unfreed abort:     0
small boundary:    32 bytes
medium boundary:   256 bytes
large boundary:    2048 bytes
lower check range: 0
upper check range: 0
check frequency:   1
failure frequency: 0
failure seed:      1029932384
prologue function: <unset>
epilogue function: <unset>
handler function:  <unset>
log file:          mpatrol.22100.log
profiling file:    mpatrol.22100.out
tracing file:      mpatrol.22100.trace
program filename:  /home/ameieel/test_prog
symbols read:      20578
autosave count:    0
freed queue size:  0
allocation count:  179862
allocation peak:   21516 (1075831 bytes)
allocation limit:  0 bytes
allocated blocks:  21426 (1007539 bytes)
marked blocks:     0 (0 bytes)
freed blocks:      0 (0 bytes)
free blocks:       10259 (213069 bytes)
internal blocks:   766 (12550144 bytes)
total heap usage:  13770752 bytes
total compared:    0 bytes
total located:     0 bytes
total copied:      1898234 bytes
total set:         3756024 bytes
total warnings:    0
total errors:      498

Attachment: test.cc
Description: Binary data



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]