Ticket #1736: VGLeakAndMemoryErrors.txt

File VGLeakAndMemoryErrors.txt, 221.2 KB (added by Cyrus Cousins, 11 years ago)

This file contains a full output of valgrind, including: All leaked memory, and where it was allocated, and All memory errors, and where corresponding memory was allocated.

Line 
1==2244== Memcheck, a memory error detector
2==2244== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
3==2244== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
4==2244== Command: ./pyrogenesis
5==2244==
6==2244== Invalid read of size 8
7==2244== at 0x8358E08: wcscmp (wcscmp.S:479)
8==2244== by 0x78F8113: std::moneypunct<wchar_t, false>::~moneypunct() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
9==2244== by 0x78F8198: std::moneypunct<wchar_t, false>::~moneypunct() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
10==2244== by 0x78ECA79: std::locale::_Impl::~_Impl() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
11==2244== by 0x78ECC4C: std::locale::~locale() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
12==2244== by 0x58CF89: EarlyInit() (GameSetup.cpp:773)
13==2244== by 0x4138CC: main (main.cpp:548)
14==2244== Address 0x113416c8 is 0 bytes after a block of size 8 alloc'd
15==2244== at 0x4C2AC27: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
16==2244== by 0x78F7DED: std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
17==2244== by 0x78EF11E: std::locale::_Impl::_Impl(char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
18==2244== by 0x78EF65E: std::locale::locale(char const*) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
19==2244== by 0x58CF80: EarlyInit() (GameSetup.cpp:773)
20==2244== by 0x4138CC: main (main.cpp:548)
21==2244==
22==2244== Invalid read of size 8
23==2244== at 0x8358E08: wcscmp (wcscmp.S:479)
24==2244== by 0x78F8003: std::moneypunct<wchar_t, true>::~moneypunct() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
25==2244== by 0x78F8088: std::moneypunct<wchar_t, true>::~moneypunct() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
26==2244== by 0x78ECA79: std::locale::_Impl::~_Impl() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
27==2244== by 0x78ECC4C: std::locale::~locale() (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
28==2244== by 0x58CF89: EarlyInit() (GameSetup.cpp:773)
29==2244== by 0x4138CC: main (main.cpp:548)
30==2244== Address 0x113418f8 is 0 bytes after a block of size 8 alloc'd
31==2244== at 0x4C2AC27: operator new[](unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
32==2244== by 0x78F77FD: std::moneypunct<wchar_t, true>::_M_initialize_moneypunct(__locale_struct*, char const*) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
33==2244== by 0x78EF16B: std::locale::_Impl::_Impl(char const*, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
34==2244== by 0x78EF65E: std::locale::locale(char const*) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
35==2244== by 0x58CF80: EarlyInit() (GameSetup.cpp:773)
36==2244== by 0x4138CC: main (main.cpp:548)
37==2244==
38==2244== Conditional jump or move depends on uninitialised value(s)
39==2244== at 0x835960D: wcslen (wcslen.S:85)
40==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
41==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
42==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
43==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
44==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
45==2244== by 0x58F6E2: Init(CmdLineArgs const&, int) (GameSetup.cpp:404)
46==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
47==2244== by 0x4138D6: main (main.cpp:550)
48==2244== Uninitialised value was created by a stack allocation
49==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
50==2244==
51==2244== Conditional jump or move depends on uninitialised value(s)
52==2244== at 0x8359709: wcslen (wcslen.S:172)
53==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
54==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
55==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
56==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
57==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
58==2244== by 0x58F6E2: Init(CmdLineArgs const&, int) (GameSetup.cpp:404)
59==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
60==2244== by 0x4138D6: main (main.cpp:550)
61==2244== Uninitialised value was created by a stack allocation
62==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
63==2244==
64==2244== Conditional jump or move depends on uninitialised value(s)
65==2244== at 0x8359710: wcslen (wcslen.S:176)
66==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
67==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
68==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
69==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
70==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
71==2244== by 0x58F6E2: Init(CmdLineArgs const&, int) (GameSetup.cpp:404)
72==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
73==2244== by 0x4138D6: main (main.cpp:550)
74==2244== Uninitialised value was created by a stack allocation
75==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
76==2244==
77Cache: 500 (total: 3808) MiB
78==2244== Warning: set address range perms: large range [0x11fb6000, 0x313b6000) (noaccess)
79==2244== Conditional jump or move depends on uninitialised value(s)
80==2244== at 0x83595B9: wcslen (wcslen.S:60)
81==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
82==2244== by 0x80CFAE: vfs_Attach(VfsDirectory*, boost::shared_ptr<RealDirectory> const&) (vfs_populate.cpp:69)
83==2244== by 0x802426: VFS::Mount(Path const&, Path const&, unsigned long, unsigned long) (vfs.cpp:76)
84==2244== by 0x58FA11: Init(CmdLineArgs const&, int) (GameSetup.cpp:456)
85==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
86==2244== by 0x4138D6: main (main.cpp:550)
87==2244== Uninitialised value was created by a heap allocation
88==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
89==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
90==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
91==2244== by 0x80CFAE: vfs_Attach(VfsDirectory*, boost::shared_ptr<RealDirectory> const&) (vfs_populate.cpp:69)
92==2244== by 0x802426: VFS::Mount(Path const&, Path const&, unsigned long, unsigned long) (vfs.cpp:76)
93==2244== by 0x58FA11: Init(CmdLineArgs const&, int) (GameSetup.cpp:456)
94==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
95==2244== by 0x4138D6: main (main.cpp:550)
96==2244==
97==2244== Conditional jump or move depends on uninitialised value(s)
98==2244== at 0x8359709: wcslen (wcslen.S:172)
99==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
100==2244== by 0x80CFAE: vfs_Attach(VfsDirectory*, boost::shared_ptr<RealDirectory> const&) (vfs_populate.cpp:69)
101==2244== by 0x802426: VFS::Mount(Path const&, Path const&, unsigned long, unsigned long) (vfs.cpp:76)
102==2244== by 0x58FA11: Init(CmdLineArgs const&, int) (GameSetup.cpp:456)
103==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
104==2244== by 0x4138D6: main (main.cpp:550)
105==2244== Uninitialised value was created by a heap allocation
106==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
107==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
108==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
109==2244== by 0x80CFAE: vfs_Attach(VfsDirectory*, boost::shared_ptr<RealDirectory> const&) (vfs_populate.cpp:69)
110==2244== by 0x802426: VFS::Mount(Path const&, Path const&, unsigned long, unsigned long) (vfs.cpp:76)
111==2244== by 0x58FA11: Init(CmdLineArgs const&, int) (GameSetup.cpp:456)
112==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
113==2244== by 0x4138D6: main (main.cpp:550)
114==2244==
115==2244== Conditional jump or move depends on uninitialised value(s)
116==2244== at 0x8359710: wcslen (wcslen.S:176)
117==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
118==2244== by 0x80CFAE: vfs_Attach(VfsDirectory*, boost::shared_ptr<RealDirectory> const&) (vfs_populate.cpp:69)
119==2244== by 0x802426: VFS::Mount(Path const&, Path const&, unsigned long, unsigned long) (vfs.cpp:76)
120==2244== by 0x58FA11: Init(CmdLineArgs const&, int) (GameSetup.cpp:456)
121==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
122==2244== by 0x4138D6: main (main.cpp:550)
123==2244== Uninitialised value was created by a heap allocation
124==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
125==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
126==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
127==2244== by 0x80CFAE: vfs_Attach(VfsDirectory*, boost::shared_ptr<RealDirectory> const&) (vfs_populate.cpp:69)
128==2244== by 0x802426: VFS::Mount(Path const&, Path const&, unsigned long, unsigned long) (vfs.cpp:76)
129==2244== by 0x58FA11: Init(CmdLineArgs const&, int) (GameSetup.cpp:456)
130==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
131==2244== by 0x4138D6: main (main.cpp:550)
132==2244==
133==2244== Invalid read of size 8
134==2244== at 0x835958F: wcslen (wcslen.S:48)
135==2244== by 0x83188C8: vfwprintf (vfprintf.c:1630)
136==2244== by 0x83C2DF8: __vswprintf_chk (vswprintf_chk.c:63)
137==2244== by 0x7EAC58: vswprintf_s(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*) (wchar2.h:321)
138==2244== by 0x7ED3FB: debug_printf(wchar_t const*, ...) (debug.cpp:148)
139==2244== by 0x59037B: Init(CmdLineArgs const&, int) (timer.h:86)
140==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
141==2244== by 0x4138D6: main (main.cpp:550)
142==2244== Address 0x113a4d28 is 56 bytes inside a block of size 60 alloc'd
143==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
144==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
145==2244== by 0x7EB605: _ZNSbIwSt11char_traitsIwESaIwEEC2IPwEET_S5_RKS1_.constprop.52 (basic_string.tcc:140)
146==2244== by 0x7EC44D: StringForSeconds(double) (sstream:129)
147==2244== by 0x590361: Init(CmdLineArgs const&, int) (timer.h:85)
148==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
149==2244== by 0x4138D6: main (main.cpp:550)
150==2244==
151==2244== Conditional jump or move depends on uninitialised value(s)
152==2244== at 0x83595F9: wcslen (wcslen.S:79)
153==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
154==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
155==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
156==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
157==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
158==2244== by 0x59037B: Init(CmdLineArgs const&, int) (timer.h:86)
159==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
160==2244== by 0x4138D6: main (main.cpp:550)
161==2244== Uninitialised value was created by a stack allocation
162==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
163==2244==
164TIMER| InitVfs: 2.6254 s
165==2244== Conditional jump or move depends on uninitialised value(s)
166==2244== at 0x83595F9: wcslen (wcslen.S:79)
167==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
168==2244== by 0x5510F6: CConsole::InsertMessage(wchar_t const*, ...) (CStr.h:71)
169==2244== by 0x5538CC: CConsole::CConsole() (CConsole.cpp:60)
170==2244== by 0x590404: Init(CmdLineArgs const&, int) (GameSetup.cpp:872)
171==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
172==2244== by 0x4138D6: main (main.cpp:550)
173==2244== Uninitialised value was created by a stack allocation
174==2244== at 0x551020: CConsole::InsertMessage(wchar_t const*, ...) (CConsole.cpp:475)
175==2244==
176==2244== Conditional jump or move depends on uninitialised value(s)
177==2244== at 0x8359709: wcslen (wcslen.S:172)
178==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
179==2244== by 0x5510F6: CConsole::InsertMessage(wchar_t const*, ...) (CStr.h:71)
180==2244== by 0x5538CC: CConsole::CConsole() (CConsole.cpp:60)
181==2244== by 0x590404: Init(CmdLineArgs const&, int) (GameSetup.cpp:872)
182==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
183==2244== by 0x4138D6: main (main.cpp:550)
184==2244== Uninitialised value was created by a stack allocation
185==2244== at 0x551020: CConsole::InsertMessage(wchar_t const*, ...) (CConsole.cpp:475)
186==2244==
187==2244== Conditional jump or move depends on uninitialised value(s)
188==2244== at 0x8359710: wcslen (wcslen.S:176)
189==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
190==2244== by 0x5510F6: CConsole::InsertMessage(wchar_t const*, ...) (CStr.h:71)
191==2244== by 0x5538CC: CConsole::CConsole() (CConsole.cpp:60)
192==2244== by 0x590404: Init(CmdLineArgs const&, int) (GameSetup.cpp:872)
193==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
194==2244== by 0x4138D6: main (main.cpp:550)
195==2244== Uninitialised value was created by a stack allocation
196==2244== at 0x551020: CConsole::InsertMessage(wchar_t const*, ...) (CConsole.cpp:475)
197==2244==
198==2244== Conditional jump or move depends on uninitialised value(s)
199==2244== at 0x8359671: wcslen (wcslen.S:115)
200==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
201==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
202==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
203==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
204==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
205==2244== by 0x5A22AE: CSoundManager::AlcInit() (SoundManager.cpp:315)
206==2244== by 0x5A2649: CSoundManager::CSoundManager() (SoundManager.cpp:272)
207==2244== by 0x5A289C: CSoundManager::CreateSoundManager() (SoundManager.cpp:232)
208==2244== by 0x590475: Init(CmdLineArgs const&, int) (GameSetup.cpp:884)
209==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
210==2244== by 0x4138D6: main (main.cpp:550)
211==2244== Uninitialised value was created by a stack allocation
212==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
213==2244==
214Sound: AlcInit success, using PulseAudio Default
215==2244== Conditional jump or move depends on uninitialised value(s)
216==2244== at 0x8359621: wcslen (wcslen.S:91)
217==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
218==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
219==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
220==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
221==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
222==2244== by 0x590514: Init(CmdLineArgs const&, int) (timer.h:86)
223==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
224==2244== by 0x4138D6: main (main.cpp:550)
225==2244== Uninitialised value was created by a stack allocation
226==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
227==2244==
228TIMER| InitScripting: 5.33749 s
229==2244== Conditional jump or move depends on uninitialised value(s)
230==2244== at 0x83595B9: wcslen (wcslen.S:60)
231==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
232==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
233==2244== by 0x84C39F: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:84)
234==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
235==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
236==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
237==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
238==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
239==2244== by 0x4138D6: main (main.cpp:550)
240==2244== Uninitialised value was created by a heap allocation
241==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
242==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
243==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
244==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
245==2244== by 0x84C39F: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:84)
246==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
247==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
248==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
249==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
250==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
251==2244== by 0x4138D6: main (main.cpp:550)
252==2244==
253==2244== Conditional jump or move depends on uninitialised value(s)
254==2244== at 0x8359709: wcslen (wcslen.S:172)
255==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
256==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
257==2244== by 0x84C39F: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:84)
258==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
259==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
260==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
261==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
262==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
263==2244== by 0x4138D6: main (main.cpp:550)
264==2244== Uninitialised value was created by a heap allocation
265==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
266==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
267==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
268==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
269==2244== by 0x84C39F: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:84)
270==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
271==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
272==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
273==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
274==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
275==2244== by 0x4138D6: main (main.cpp:550)
276==2244==
277==2244== Conditional jump or move depends on uninitialised value(s)
278==2244== at 0x8359710: wcslen (wcslen.S:176)
279==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
280==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
281==2244== by 0x84C39F: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:84)
282==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
283==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
284==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
285==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
286==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
287==2244== by 0x4138D6: main (main.cpp:550)
288==2244== Uninitialised value was created by a heap allocation
289==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
290==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
291==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
292==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
293==2244== by 0x84C39F: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:84)
294==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
295==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
296==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
297==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
298==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
299==2244== by 0x4138D6: main (main.cpp:550)
300==2244==
301==2244== Conditional jump or move depends on uninitialised value(s)
302==2244== at 0x83595A1: wcslen (wcslen.S:53)
303==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
304==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
305==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
306==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
307==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
308==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
309==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
310==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
311==2244== by 0x4138D6: main (main.cpp:550)
312==2244== Uninitialised value was created by a heap allocation
313==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
314==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
315==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
316==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
317==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
318==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
319==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
320==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
321==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
322==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
323==2244== by 0x4138D6: main (main.cpp:550)
324==2244==
325==2244== Conditional jump or move depends on uninitialised value(s)
326==2244== at 0x8359709: wcslen (wcslen.S:172)
327==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
328==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
329==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
330==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
331==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
332==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
333==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
334==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
335==2244== by 0x4138D6: main (main.cpp:550)
336==2244== Uninitialised value was created by a heap allocation
337==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
338==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
339==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
340==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
341==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
342==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
343==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
344==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
345==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
346==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
347==2244== by 0x4138D6: main (main.cpp:550)
348==2244==
349==2244== Conditional jump or move depends on uninitialised value(s)
350==2244== at 0x8359725: wcslen (wcslen.S:183)
351==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
352==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
353==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
354==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
355==2244== by 0x5D2B48: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:339)
356==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
357==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
358==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
359==2244== by 0x4138D6: main (main.cpp:550)
360==2244==
361==2244== Invalid read of size 8
362==2244== at 0x83595D7: wcslen (wcslen.S:69)
363==2244== by 0x83188C8: vfwprintf (vfprintf.c:1630)
364==2244== by 0x83C2DF8: __vswprintf_chk (vswprintf_chk.c:63)
365==2244== by 0x83E149: sys_vswprintf(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*) (wchar2.h:321)
366==2244== by 0x545F6A: CLogger::LogMessage(wchar_t const*, ...) (CLogger.cpp:222)
367==2244== by 0x5D2B79: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:346)
368==2244== by 0x5820B3: CONFIG_Init(CmdLineArgs const&) (Config.cpp:205)
369==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
370==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
371==2244== by 0x4138D6: main (main.cpp:550)
372==2244== Address 0x1162a3b0 is 96 bytes inside a block of size 100 alloc'd
373==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
374==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
375==2244== by 0x581F8F: CONFIG_Init(CmdLineArgs const&) (basic_string.tcc:140)
376==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
377==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
378==2244== by 0x4138D6: main (main.cpp:550)
379==2244==
380==2244== Invalid read of size 8
381==2244== at 0x83595BF: wcslen (wcslen.S:62)
382==2244== by 0x83188C8: vfwprintf (vfprintf.c:1630)
383==2244== by 0x83C2DF8: __vswprintf_chk (vswprintf_chk.c:63)
384==2244== by 0x83E149: sys_vswprintf(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*) (wchar2.h:321)
385==2244== by 0x545F6A: CLogger::LogMessage(wchar_t const*, ...) (CLogger.cpp:222)
386==2244== by 0x5D2B79: CConfigDB::Reload(EConfigNamespace) (ConfigDB.cpp:346)
387==2244== by 0x582219: CONFIG_Init(CmdLineArgs const&) (Config.cpp:210)
388==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
389==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
390==2244== by 0x4138D6: main (main.cpp:550)
391==2244== Address 0x378f05a8 is 88 bytes inside a block of size 92 alloc'd
392==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
393==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
394==2244== by 0x5820ED: CONFIG_Init(CmdLineArgs const&) (basic_string.tcc:140)
395==2244== by 0x59052C: Init(CmdLineArgs const&, int) (GameSetup.cpp:890)
396==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
397==2244== by 0x4138D6: main (main.cpp:550)
398==2244==
399TIMER| CONFIG_Init: 60.937 s
400ATTENTION: default value of option force_s3tc_enable overridden by environment.
401==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
402==2244== at 0x83A3527: ioctl (syscall-template.S:82)
403==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
404==2244== by 0x96F64DB: drmCommandWriteRead (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
405==2244== by 0x3A9D4943: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
406==2244== by 0x3A9D4A07: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
407==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
408==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
409==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
410==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
411==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
412==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
413==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
414==2244== Address 0x7feffe234 is on thread 1's stack
415==2244== Uninitialised value was created by a stack allocation
416==2244== at 0x3A9D4920: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
417==2244==
418==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
419==2244== at 0x83A3527: ioctl (syscall-template.S:82)
420==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
421==2244== by 0x3B418A3C: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
422==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
423==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
424==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
425==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
426==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
427==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
428==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
429==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
430==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
431==2244== Address 0x7feffe204 is on thread 1's stack
432==2244== Uninitialised value was created by a stack allocation
433==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
434==2244==
435==2244== Conditional jump or move depends on uninitialised value(s)
436==2244== at 0x3B418A57: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
437==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
438==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
439==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
440==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
441==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
442==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
443==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
444==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
445==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
446==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
447==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
448==2244== Uninitialised value was created by a stack allocation
449==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
450==2244==
451==2244== Conditional jump or move depends on uninitialised value(s)
452==2244== at 0x3B418A62: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
453==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
454==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
455==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
456==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
457==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
458==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
459==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
460==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
461==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
462==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
463==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
464==2244== Uninitialised value was created by a stack allocation
465==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
466==2244==
467==2244== Conditional jump or move depends on uninitialised value(s)
468==2244== at 0x3B418A6D: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
469==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
470==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
471==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
472==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
473==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
474==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
475==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
476==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
477==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
478==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
479==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
480==2244== Uninitialised value was created by a stack allocation
481==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
482==2244==
483==2244== Conditional jump or move depends on uninitialised value(s)
484==2244== at 0x3B418A78: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
485==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
486==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
487==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
488==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
489==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
490==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
491==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
492==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
493==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
494==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
495==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
496==2244== Uninitialised value was created by a stack allocation
497==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
498==2244==
499==2244== Conditional jump or move depends on uninitialised value(s)
500==2244== at 0x3B418A90: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
501==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
502==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
503==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
504==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
505==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
506==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
507==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
508==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
509==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
510==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
511==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
512==2244== Uninitialised value was created by a stack allocation
513==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
514==2244==
515==2244== Conditional jump or move depends on uninitialised value(s)
516==2244== at 0x3B418A9B: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
517==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
518==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
519==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
520==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
521==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
522==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
523==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
524==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
525==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
526==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
527==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
528==2244== Uninitialised value was created by a stack allocation
529==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
530==2244==
531==2244== Conditional jump or move depends on uninitialised value(s)
532==2244== at 0x3B418AA6: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
533==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
534==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
535==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
536==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
537==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
538==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
539==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
540==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
541==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
542==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
543==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
544==2244== Uninitialised value was created by a stack allocation
545==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
546==2244==
547==2244== Conditional jump or move depends on uninitialised value(s)
548==2244== at 0x3B418AB1: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
549==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
550==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
551==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
552==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
553==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
554==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
555==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
556==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
557==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
558==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
559==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
560==2244== Uninitialised value was created by a stack allocation
561==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
562==2244==
563==2244== Conditional jump or move depends on uninitialised value(s)
564==2244== at 0x3B418ABC: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
565==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
566==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
567==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
568==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
569==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
570==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
571==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
572==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
573==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
574==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
575==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
576==2244== Uninitialised value was created by a stack allocation
577==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
578==2244==
579==2244== Conditional jump or move depends on uninitialised value(s)
580==2244== at 0x3B418AC7: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
581==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
582==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
583==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
584==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
585==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
586==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
587==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
588==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
589==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
590==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
591==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
592==2244== Uninitialised value was created by a stack allocation
593==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
594==2244==
595==2244== Conditional jump or move depends on uninitialised value(s)
596==2244== at 0x3B418AD2: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
597==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
598==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
599==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
600==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
601==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
602==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
603==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
604==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
605==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
606==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
607==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
608==2244== Uninitialised value was created by a stack allocation
609==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
610==2244==
611==2244== Conditional jump or move depends on uninitialised value(s)
612==2244== at 0x3B418ADD: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
613==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
614==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
615==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
616==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
617==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
618==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
619==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
620==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
621==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
622==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
623==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
624==2244== Uninitialised value was created by a stack allocation
625==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
626==2244==
627==2244== Conditional jump or move depends on uninitialised value(s)
628==2244== at 0x3B418AE8: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
629==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
630==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
631==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
632==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
633==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
634==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
635==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
636==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
637==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
638==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
639==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
640==2244== Uninitialised value was created by a stack allocation
641==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
642==2244==
643==2244== Conditional jump or move depends on uninitialised value(s)
644==2244== at 0x3B418AF3: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
645==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
646==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
647==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
648==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
649==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
650==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
651==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
652==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
653==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
654==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
655==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
656==2244== Uninitialised value was created by a stack allocation
657==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
658==2244==
659==2244== Conditional jump or move depends on uninitialised value(s)
660==2244== at 0x3B418AFE: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
661==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
662==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
663==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
664==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
665==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
666==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
667==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
668==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
669==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
670==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
671==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
672==2244== Uninitialised value was created by a stack allocation
673==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
674==2244==
675==2244== Conditional jump or move depends on uninitialised value(s)
676==2244== at 0x3B418B09: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
677==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
678==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
679==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
680==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
681==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
682==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
683==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
684==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
685==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
686==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
687==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
688==2244== Uninitialised value was created by a stack allocation
689==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
690==2244==
691==2244== Conditional jump or move depends on uninitialised value(s)
692==2244== at 0x3B418B14: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
693==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
694==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
695==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
696==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
697==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
698==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
699==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
700==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
701==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
702==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
703==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
704==2244== Uninitialised value was created by a stack allocation
705==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
706==2244==
707==2244== Conditional jump or move depends on uninitialised value(s)
708==2244== at 0x3B418B1F: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
709==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
710==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
711==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
712==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
713==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
714==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
715==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
716==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
717==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
718==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
719==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
720==2244== Uninitialised value was created by a stack allocation
721==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
722==2244==
723==2244== Conditional jump or move depends on uninitialised value(s)
724==2244== at 0x3B418B2A: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
725==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
726==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
727==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
728==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
729==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
730==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
731==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
732==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
733==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
734==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
735==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
736==2244== Uninitialised value was created by a stack allocation
737==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
738==2244==
739==2244== Conditional jump or move depends on uninitialised value(s)
740==2244== at 0x3B418B35: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
741==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
742==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
743==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
744==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
745==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
746==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
747==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
748==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
749==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
750==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
751==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
752==2244== Uninitialised value was created by a stack allocation
753==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
754==2244==
755==2244== Conditional jump or move depends on uninitialised value(s)
756==2244== at 0x3B418B40: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
757==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
758==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
759==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
760==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
761==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
762==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
763==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
764==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
765==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
766==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
767==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
768==2244== Uninitialised value was created by a stack allocation
769==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
770==2244==
771==2244== Conditional jump or move depends on uninitialised value(s)
772==2244== at 0x3B418B4B: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
773==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
774==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
775==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
776==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
777==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
778==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
779==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
780==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
781==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
782==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
783==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
784==2244== Uninitialised value was created by a stack allocation
785==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
786==2244==
787==2244== Conditional jump or move depends on uninitialised value(s)
788==2244== at 0x3B418B56: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
789==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
790==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
791==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
792==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
793==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
794==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
795==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
796==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
797==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
798==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
799==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
800==2244== Uninitialised value was created by a stack allocation
801==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
802==2244==
803==2244== Conditional jump or move depends on uninitialised value(s)
804==2244== at 0x3B418B61: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
805==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
806==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
807==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
808==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
809==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
810==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
811==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
812==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
813==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
814==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
815==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
816==2244== Uninitialised value was created by a stack allocation
817==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
818==2244==
819==2244== Conditional jump or move depends on uninitialised value(s)
820==2244== at 0x3B418B6C: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
821==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
822==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
823==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
824==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
825==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
826==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
827==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
828==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
829==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
830==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
831==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
832==2244== Uninitialised value was created by a stack allocation
833==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
834==2244==
835==2244== Conditional jump or move depends on uninitialised value(s)
836==2244== at 0x3B418B77: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
837==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
838==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
839==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
840==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
841==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
842==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
843==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
844==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
845==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
846==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
847==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
848==2244== Uninitialised value was created by a stack allocation
849==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
850==2244==
851==2244== Conditional jump or move depends on uninitialised value(s)
852==2244== at 0x3B418B80: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
853==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
854==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
855==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
856==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
857==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
858==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
859==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
860==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
861==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
862==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
863==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
864==2244== Uninitialised value was created by a stack allocation
865==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
866==2244==
867==2244== Conditional jump or move depends on uninitialised value(s)
868==2244== at 0x3B418B89: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
869==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
870==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
871==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
872==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
873==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
874==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
875==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
876==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
877==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
878==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
879==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
880==2244== Uninitialised value was created by a stack allocation
881==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
882==2244==
883==2244== Conditional jump or move depends on uninitialised value(s)
884==2244== at 0x3B418B94: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
885==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
886==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
887==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
888==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
889==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
890==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
891==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
892==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
893==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
894==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
895==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
896==2244== Uninitialised value was created by a stack allocation
897==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
898==2244==
899==2244== Conditional jump or move depends on uninitialised value(s)
900==2244== at 0x3B418B9B: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
901==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
902==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
903==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
904==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
905==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
906==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
907==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
908==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
909==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
910==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
911==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
912==2244== Uninitialised value was created by a stack allocation
913==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
914==2244==
915==2244== Conditional jump or move depends on uninitialised value(s)
916==2244== at 0x3B419241: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
917==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
918==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
919==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
920==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
921==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
922==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
923==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
924==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
925==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
926==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
927==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
928==2244== Uninitialised value was created by a stack allocation
929==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
930==2244==
931==2244== Conditional jump or move depends on uninitialised value(s)
932==2244== at 0x3B41924C: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
933==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
934==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
935==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
936==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
937==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
938==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
939==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
940==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
941==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
942==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
943==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
944==2244== Uninitialised value was created by a stack allocation
945==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
946==2244==
947==2244== Conditional jump or move depends on uninitialised value(s)
948==2244== at 0x3B419257: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
949==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
950==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
951==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
952==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
953==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
954==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
955==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
956==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
957==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
958==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
959==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
960==2244== Uninitialised value was created by a stack allocation
961==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
962==2244==
963==2244== Conditional jump or move depends on uninitialised value(s)
964==2244== at 0x3B418FE0: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
965==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
966==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
967==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
968==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
969==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
970==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
971==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
972==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
973==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
974==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
975==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
976==2244== Uninitialised value was created by a stack allocation
977==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
978==2244==
979==2244== Conditional jump or move depends on uninitialised value(s)
980==2244== at 0x3B418FEB: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
981==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
982==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
983==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
984==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
985==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
986==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
987==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
988==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
989==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
990==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
991==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
992==2244== Uninitialised value was created by a stack allocation
993==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
994==2244==
995==2244== Conditional jump or move depends on uninitialised value(s)
996==2244== at 0x3B418FF6: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
997==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
998==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
999==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1000==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1001==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1002==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1003==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1004==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1005==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1006==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1007==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1008==2244== Uninitialised value was created by a stack allocation
1009==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1010==2244==
1011==2244== Conditional jump or move depends on uninitialised value(s)
1012==2244== at 0x3B419001: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1013==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1014==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1015==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1016==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1017==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1018==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1019==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1020==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1021==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1022==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1023==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1024==2244== Uninitialised value was created by a stack allocation
1025==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1026==2244==
1027==2244== Conditional jump or move depends on uninitialised value(s)
1028==2244== at 0x3B41900C: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1029==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1030==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1031==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1032==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1033==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1034==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1035==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1036==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1037==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1038==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1039==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1040==2244== Uninitialised value was created by a stack allocation
1041==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1042==2244==
1043==2244== Conditional jump or move depends on uninitialised value(s)
1044==2244== at 0x3B419017: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1045==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1046==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1047==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1048==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1049==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1050==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1051==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1052==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1053==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1054==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1055==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1056==2244== Uninitialised value was created by a stack allocation
1057==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1058==2244==
1059==2244== Conditional jump or move depends on uninitialised value(s)
1060==2244== at 0x3B419022: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1061==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1062==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1063==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1064==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1065==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1066==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1067==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1068==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1069==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1070==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1071==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1072==2244== Uninitialised value was created by a stack allocation
1073==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1074==2244==
1075==2244== Conditional jump or move depends on uninitialised value(s)
1076==2244== at 0x3B41902D: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1077==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1078==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1079==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1080==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1081==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1082==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1083==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1084==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1085==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1086==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1087==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1088==2244== Uninitialised value was created by a stack allocation
1089==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1090==2244==
1091==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1092==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1093==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1094==2244== by 0x3B418C16: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1095==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1096==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1097==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1098==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1099==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1100==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1101==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1102==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1103==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1104==2244== Address 0x7feffe1f4 is on thread 1's stack
1105==2244== Uninitialised value was created by a stack allocation
1106==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1107==2244==
1108==2244== Conditional jump or move depends on uninitialised value(s)
1109==2244== at 0x3B418F3B: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1110==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1111==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1112==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1113==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1114==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1115==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1116==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1117==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1118==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1119==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1120==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1121==2244== Uninitialised value was created by a stack allocation
1122==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1123==2244==
1124==2244== Conditional jump or move depends on uninitialised value(s)
1125==2244== at 0x3B418F42: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1126==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1127==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1128==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1129==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1130==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1131==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1132==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1133==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1134==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1135==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1136==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1137==2244== Uninitialised value was created by a stack allocation
1138==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1139==2244==
1140==2244== Conditional jump or move depends on uninitialised value(s)
1141==2244== at 0x3B419054: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1142==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1143==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1144==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1145==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1146==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1147==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1148==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1149==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1150==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1151==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1152==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1153==2244== Uninitialised value was created by a stack allocation
1154==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1155==2244==
1156==2244== Conditional jump or move depends on uninitialised value(s)
1157==2244== at 0x3B41905B: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1158==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1159==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1160==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1161==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1162==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1163==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1164==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1165==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1166==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1167==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1168==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1169==2244== Uninitialised value was created by a stack allocation
1170==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1171==2244==
1172==2244== Conditional jump or move depends on uninitialised value(s)
1173==2244== at 0x3B419062: drm_intel_bufmgr_gem_init (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1174==2244== by 0x3A9D4B25: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1175==2244== by 0x3AA1A0AA: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1176==2244== by 0x4E76DEE: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1177==2244== by 0x4E52378: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1178==2244== by 0x4E4EA17: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1179==2244== by 0x4E4ED0C: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1180==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1181==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1182==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1183==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1184==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
1185==2244== Uninitialised value was created by a stack allocation
1186==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1187==2244==
1188==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1189==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1190==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1191==2244== by 0x3B416FF7: ??? (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1192==2244== by 0x3A9C677C: intel_batchbuffer_reset (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1193==2244== by 0x3A9C67B8: intel_batchbuffer_init (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1194==2244== by 0x3A9CBE2A: intelInitContext (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1195==2244== by 0x3A9E2454: brwCreateContext (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1196==2244== by 0x3A9D423C: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1197==2244== by 0x3AA19D64: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1198==2244== by 0x3AA19E7C: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1199==2244== by 0x4E76BD2: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1200==2244== by 0x4E5033D: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1201==2244== Address 0x7feffdf48 is on thread 1's stack
1202==2244== Uninitialised value was created by a stack allocation
1203==2244== at 0x3A9C0FE0: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1204==2244==
1205==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1206==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1207==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1208==2244== by 0x3B416FF7: ??? (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1209==2244== by 0x3A9C67E4: intel_batchbuffer_init (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1210==2244== by 0x3A9CBE2A: intelInitContext (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1211==2244== by 0x3A9E2454: brwCreateContext (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1212==2244== by 0x3A9D423C: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1213==2244== by 0x3AA19D64: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1214==2244== by 0x3AA19E7C: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1215==2244== by 0x4E76BD2: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1216==2244== by 0x4E5033D: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1217==2244== by 0x4E50A94: glXCreateContext (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1218==2244== Address 0x7feffdf58 is on thread 1's stack
1219==2244== Uninitialised value was created by a stack allocation
1220==2244== at 0x3A9C0FE0: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1221==2244==
1222==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1223==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1224==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1225==2244== by 0x3B416FF7: ??? (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1226==2244== by 0x3A9F6891: brw_init_caches (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1227==2244== by 0x3A9F85A8: brw_init_state (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1228==2244== by 0x3A9E2786: brwCreateContext (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1229==2244== by 0x3A9D423C: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1230==2244== by 0x3AA19D64: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1231==2244== by 0x3AA19E7C: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1232==2244== by 0x4E76BD2: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1233==2244== by 0x4E5033D: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1234==2244== by 0x4E50A94: glXCreateContext (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1235==2244== Address 0x7feffe038 is on thread 1's stack
1236==2244== Uninitialised value was created by a stack allocation
1237==2244== at 0x3A9C0FE0: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1238==2244==
1239==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1240==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1241==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1242==2244== by 0x3B418200: drm_intel_bo_gem_create_from_name (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1243==2244== by 0x3A9D3990: intel_region_alloc_for_handle (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1244==2244== by 0x3A9CB0F2: intel_update_renderbuffers (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1245==2244== by 0x3A9CB961: intel_prepare_render (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1246==2244== by 0x3A9CC3F0: intelMakeCurrent (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1247==2244== by 0x3AA19AAE: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1248==2244== by 0x4E7788E: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1249==2244== by 0x4E50FC2: glXMakeContextCurrent (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1250==2244== by 0x72D1225: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1251==2244== by 0x72D12E8: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1252==2244== Address 0x7feffe514 is on thread 1's stack
1253==2244== Uninitialised value was created by a stack allocation
1254==2244== at 0x3A9C0B40: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1255==2244==
1256==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1257==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1258==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1259==2244== by 0x3B418264: drm_intel_bo_gem_create_from_name (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1260==2244== by 0x3A9D3990: intel_region_alloc_for_handle (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1261==2244== by 0x3A9CB0F2: intel_update_renderbuffers (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1262==2244== by 0x3A9CB961: intel_prepare_render (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1263==2244== by 0x3A9CC3F0: intelMakeCurrent (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1264==2244== by 0x3AA19AAE: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1265==2244== by 0x4E7788E: ??? (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1266==2244== by 0x4E50FC2: glXMakeContextCurrent (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
1267==2244== by 0x72D1225: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1268==2244== by 0x72D12E8: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
1269==2244== Address 0x7feffe524 is on thread 1's stack
1270==2244== Uninitialised value was created by a stack allocation
1271==2244== at 0x3A9C0B40: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1272==2244==
1273==2244== Conditional jump or move depends on uninitialised value(s)
1274==2244== at 0x83595B9: wcslen (wcslen.S:60)
1275==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1276==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1277==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1278==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1279==2244== by 0x5576FA: CVFSFile::Load(boost::shared_ptr<IVFS> const&, Path const&) (Filesystem.cpp:126)
1280==2244== by 0x59873E: RunHardwareDetection() (HWDetect.cpp:184)
1281==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1282==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1283==2244== by 0x4138D6: main (main.cpp:550)
1284==2244== Uninitialised value was created by a heap allocation
1285==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1286==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1287==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1288==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1289==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1290==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1291==2244== by 0x5576FA: CVFSFile::Load(boost::shared_ptr<IVFS> const&, Path const&) (Filesystem.cpp:126)
1292==2244== by 0x59873E: RunHardwareDetection() (HWDetect.cpp:184)
1293==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1294==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1295==2244== by 0x4138D6: main (main.cpp:550)
1296==2244==
1297==2244== Conditional jump or move depends on uninitialised value(s)
1298==2244== at 0x8359710: wcslen (wcslen.S:176)
1299==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1300==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1301==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1302==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1303==2244== by 0x5576FA: CVFSFile::Load(boost::shared_ptr<IVFS> const&, Path const&) (Filesystem.cpp:126)
1304==2244== by 0x59873E: RunHardwareDetection() (HWDetect.cpp:184)
1305==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1306==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1307==2244== by 0x4138D6: main (main.cpp:550)
1308==2244== Uninitialised value was created by a heap allocation
1309==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1310==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1311==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1312==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1313==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1314==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1315==2244== by 0x5576FA: CVFSFile::Load(boost::shared_ptr<IVFS> const&, Path const&) (Filesystem.cpp:126)
1316==2244== by 0x59873E: RunHardwareDetection() (HWDetect.cpp:184)
1317==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1318==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1319==2244== by 0x4138D6: main (main.cpp:550)
1320==2244==
1321==2244== Conditional jump or move depends on uninitialised value(s)
1322==2244== at 0x83596B9: wcslen (wcslen.S:139)
1323==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1324==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1325==2244== by 0x598E56: RunHardwareDetection() (HWDetect.cpp:224)
1326==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1327==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1328==2244== by 0x4138D6: main (main.cpp:550)
1329==2244== Uninitialised value was created by a stack allocation
1330==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1331==2244==
1332==2244== Conditional jump or move depends on uninitialised value(s)
1333==2244== at 0x83596EB: wcslen (wcslen.S:157)
1334==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1335==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1336==2244== by 0x598E56: RunHardwareDetection() (HWDetect.cpp:224)
1337==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1338==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1339==2244== by 0x4138D6: main (main.cpp:550)
1340==2244== Uninitialised value was created by a stack allocation
1341==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1342==2244==
1343==2244== Conditional jump or move depends on uninitialised value(s)
1344==2244== at 0x8359709: wcslen (wcslen.S:172)
1345==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1346==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1347==2244== by 0x598E56: RunHardwareDetection() (HWDetect.cpp:224)
1348==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1349==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1350==2244== by 0x4138D6: main (main.cpp:550)
1351==2244== Uninitialised value was created by a stack allocation
1352==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1353==2244==
1354==2244== Conditional jump or move depends on uninitialised value(s)
1355==2244== at 0x8359710: wcslen (wcslen.S:176)
1356==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1357==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1358==2244== by 0x598E56: RunHardwareDetection() (HWDetect.cpp:224)
1359==2244== by 0x58E84F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:921)
1360==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1361==2244== by 0x4138D6: main (main.cpp:550)
1362==2244== Uninitialised value was created by a stack allocation
1363==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1364==2244==
1365TIMER| RunHardwareDetection: 4.65491 s
1366==2244== Conditional jump or move depends on uninitialised value(s)
1367==2244== at 0x83596B9: wcslen (wcslen.S:139)
1368==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1369==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1370==2244== by 0x54B0E2: WriteSystemInfo() (Util.cpp:127)
1371==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1372==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1373==2244== by 0x4138D6: main (main.cpp:550)
1374==2244== Uninitialised value was created by a stack allocation
1375==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1376==2244==
1377==2244== Conditional jump or move depends on uninitialised value(s)
1378==2244== at 0x83596FB: wcslen (wcslen.S:163)
1379==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1380==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1381==2244== by 0x54B0E2: WriteSystemInfo() (Util.cpp:127)
1382==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1383==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1384==2244== by 0x4138D6: main (main.cpp:550)
1385==2244== Uninitialised value was created by a stack allocation
1386==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1387==2244==
1388==2244== Conditional jump or move depends on uninitialised value(s)
1389==2244== at 0x8359709: wcslen (wcslen.S:172)
1390==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1391==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1392==2244== by 0x54B0E2: WriteSystemInfo() (Util.cpp:127)
1393==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1394==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1395==2244== by 0x4138D6: main (main.cpp:550)
1396==2244== Uninitialised value was created by a stack allocation
1397==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1398==2244==
1399==2244== Conditional jump or move depends on uninitialised value(s)
1400==2244== at 0x8359710: wcslen (wcslen.S:176)
1401==2244== by 0x793B7BF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1402==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1403==2244== by 0x54B0E2: WriteSystemInfo() (Util.cpp:127)
1404==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1405==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1406==2244== by 0x4138D6: main (main.cpp:550)
1407==2244== Uninitialised value was created by a stack allocation
1408==2244== at 0x81C6DF: gfx::CardName() (gfx.cpp:42)
1409==2244==
1410==2244== Invalid read of size 8
1411==2244== at 0x8359693: wcslen (wcslen.S:128)
1412==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1413==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1414==2244== by 0x83C00CA: __fprintf_chk (fprintf_chk.c:37)
1415==2244== by 0x54B10C: WriteSystemInfo() (stdio2.h:99)
1416==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1417==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1418==2244== by 0x4138D6: main (main.cpp:550)
1419==2244== Address 0x3c53ae18 is 264 bytes inside a block of size 268 alloc'd
1420==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1421==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1422==2244== by 0x793B678: wchar_t* std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_S_construct<wchar_t const*>(wchar_t const*, wchar_t const*, std::allocator<wchar_t> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1423==2244== by 0x793B7D2: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1424==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1425==2244== by 0x54B0E2: WriteSystemInfo() (Util.cpp:127)
1426==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1427==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1428==2244== by 0x4138D6: main (main.cpp:550)
1429==2244==
1430==2244== Invalid read of size 8
1431==2244== at 0x8359697: wcslen (wcslen.S:129)
1432==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1433==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1434==2244== by 0x83C00CA: __fprintf_chk (fprintf_chk.c:37)
1435==2244== by 0x54B10C: WriteSystemInfo() (stdio2.h:99)
1436==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1437==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1438==2244== by 0x4138D6: main (main.cpp:550)
1439==2244== Address 0x3c53ae20 is 4 bytes after a block of size 268 alloc'd
1440==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1441==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1442==2244== by 0x793B678: wchar_t* std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_S_construct<wchar_t const*>(wchar_t const*, wchar_t const*, std::allocator<wchar_t> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1443==2244== by 0x793B7D2: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(wchar_t const*, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1444==2244== by 0x81C7C0: gfx::CardName() (gfx.cpp:67)
1445==2244== by 0x54B0E2: WriteSystemInfo() (Util.cpp:127)
1446==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1447==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1448==2244== by 0x4138D6: main (main.cpp:550)
1449==2244==
1450==2244== Invalid read of size 8
1451==2244== at 0x835969B: wcslen (wcslen.S:130)
1452==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1453==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1454==2244== by 0x83C00CA: __fprintf_chk (fprintf_chk.c:37)
1455==2244== by 0x54B10C: WriteSystemInfo() (stdio2.h:99)
1456==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1457==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1458==2244== by 0x4138D6: main (main.cpp:550)
1459==2244== Address 0x3c53ae30 is not stack'd, malloc'd or (recently) free'd
1460==2244==
1461==2244== Invalid read of size 8
1462==2244== at 0x83595A7: wcslen (wcslen.S:55)
1463==2244== by 0x83188C8: vfwprintf (vfprintf.c:1630)
1464==2244== by 0x83C2DF8: __vswprintf_chk (vswprintf_chk.c:63)
1465==2244== by 0x7EAC58: vswprintf_s(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*) (wchar2.h:321)
1466==2244== by 0x7ED3FB: debug_printf(wchar_t const*, ...) (debug.cpp:148)
1467==2244== by 0x54B42E: WriteSystemInfo() (timer.h:86)
1468==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1469==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1470==2244== by 0x4138D6: main (main.cpp:550)
1471==2244== Address 0x3c589030 is 64 bytes inside a block of size 68 alloc'd
1472==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1473==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1474==2244== by 0x7EB605: _ZNSbIwSt11char_traitsIwESaIwEEC2IPwEET_S5_RKS1_.constprop.52 (basic_string.tcc:140)
1475==2244== by 0x7EC44D: StringForSeconds(double) (sstream:129)
1476==2244== by 0x54B416: WriteSystemInfo() (timer.h:85)
1477==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1478==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1479==2244== by 0x4138D6: main (main.cpp:550)
1480==2244==
1481==2244== Conditional jump or move depends on uninitialised value(s)
1482==2244== at 0x8359725: wcslen (wcslen.S:183)
1483==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1484==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1485==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
1486==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
1487==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
1488==2244== by 0x54B42E: WriteSystemInfo() (timer.h:86)
1489==2244== by 0x58EEC4: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:939)
1490==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1491==2244== by 0x4138D6: main (main.cpp:550)
1492==2244==
1493TIMER| write_sys_info: 229.801 ms
1494==2244== Conditional jump or move depends on uninitialised value(s)
1495==2244== at 0x83595D1: wcslen (wcslen.S:67)
1496==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1497==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1498==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1499==2244== by 0x8058FC: VFS::GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) const (vfs.cpp:105)
1500==2244== by 0x80092A: vfs::GetPathnames(boost::shared_ptr<IVFS> const&, Path const&, wchar_t const*, std::vector<Path, std::allocator<Path> >&) (vfs_util.cpp:43)
1501==2244== by 0x530973: ScriptInterface::LoadGlobalScripts() (ScriptInterface.cpp:620)
1502==2244== by 0x75414B: CGUIManager::CGUIManager(ScriptInterface&) (GUIManager.cpp:57)
1503==2244== by 0x58E924: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:954)
1504==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1505==2244== by 0x4138D6: main (main.cpp:550)
1506==2244== Uninitialised value was created by a heap allocation
1507==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1508==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1509==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1510==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1511==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1512==2244== by 0x8058FC: VFS::GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) const (vfs.cpp:105)
1513==2244== by 0x80092A: vfs::GetPathnames(boost::shared_ptr<IVFS> const&, Path const&, wchar_t const*, std::vector<Path, std::allocator<Path> >&) (vfs_util.cpp:43)
1514==2244== by 0x530973: ScriptInterface::LoadGlobalScripts() (ScriptInterface.cpp:620)
1515==2244== by 0x75414B: CGUIManager::CGUIManager(ScriptInterface&) (GUIManager.cpp:57)
1516==2244== by 0x58E924: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:954)
1517==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1518==2244== by 0x4138D6: main (main.cpp:550)
1519==2244==
1520==2244== Conditional jump or move depends on uninitialised value(s)
1521==2244== at 0x3B41720C: ??? (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1522==2244== by 0x3A9D365B: intel_region_alloc (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1523==2244== by 0x3A9D1A5D: intel_miptree_create (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1524==2244== by 0x3A9D87E2: intel_miptree_create_for_teximage (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1525==2244== by 0x3A9D76BB: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1526==2244== by 0x3AD5E3DB: _mesa_store_teximage3d (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1527==2244== by 0x3A9D8131: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1528==2244== by 0x3A9D8673: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1529==2244== by 0x3AD4C75A: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1530==2244== by 0x3AD4CD83: _mesa_TexImage2D (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1531==2244== by 0x815283: upload_level(unsigned long, unsigned long, unsigned long, unsigned char const*, unsigned long, void*) (ogl_tex.cpp:875)
1532==2244== by 0x816633: ogl_tex_upload(long, unsigned int, int, int) (ogl_tex.cpp:899)
1533==2244== Uninitialised value was created by a stack allocation
1534==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1535==2244==
1536==2244== Conditional jump or move depends on uninitialised value(s)
1537==2244== at 0x3B417217: ??? (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1538==2244== by 0x3A9D365B: intel_region_alloc (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1539==2244== by 0x3A9D1A5D: intel_miptree_create (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1540==2244== by 0x3A9D87E2: intel_miptree_create_for_teximage (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1541==2244== by 0x3A9D76BB: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1542==2244== by 0x3AD5E3DB: _mesa_store_teximage3d (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1543==2244== by 0x3A9D8131: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1544==2244== by 0x3A9D8673: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1545==2244== by 0x3AD4C75A: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1546==2244== by 0x3AD4CD83: _mesa_TexImage2D (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1547==2244== by 0x815283: upload_level(unsigned long, unsigned long, unsigned long, unsigned char const*, unsigned long, void*) (ogl_tex.cpp:875)
1548==2244== by 0x816633: ogl_tex_upload(long, unsigned int, int, int) (ogl_tex.cpp:899)
1549==2244== Uninitialised value was created by a stack allocation
1550==2244== at 0x3A9C1100: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1551==2244==
1552==2244== Syscall param ioctl(generic) points to uninitialised byte(s)
1553==2244== at 0x83A3527: ioctl (syscall-template.S:82)
1554==2244== by 0x96F41A7: drmIoctl (in /usr/lib/x86_64-linux-gnu/libdrm.so.2.4.0)
1555==2244== by 0x3B415F65: ??? (in /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1.0.0)
1556==2244== by 0x3A9D3527: intel_region_map (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1557==2244== by 0x3A9D28EF: intel_miptree_map (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1558==2244== by 0x3A9D759A: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1559==2244== by 0x3AD5DF69: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1560==2244== by 0x3AD5E428: _mesa_store_teximage3d (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1561==2244== by 0x3A9D8131: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1562==2244== by 0x3A9D8673: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1563==2244== by 0x3AD4C75A: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1564==2244== by 0x3AD4CD83: _mesa_TexImage2D (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1565==2244== Address 0x7feffe104 is on thread 1's stack
1566==2244== Uninitialised value was created by a stack allocation
1567==2244== at 0x3A9C12A0: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1568==2244==
1569==2244== Invalid write of size 4
1570==2244== at 0x3AD5CEAF: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1571==2244== by 0x3AD5DFCF: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1572==2244== by 0x3AD5E428: _mesa_store_teximage3d (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1573==2244== by 0x3A9D8131: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1574==2244== by 0x3A9D8673: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1575==2244== by 0x3AD4C75A: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1576==2244== by 0x3AD4CD83: _mesa_TexImage2D (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1577==2244== by 0x815283: upload_level(unsigned long, unsigned long, unsigned long, unsigned char const*, unsigned long, void*) (ogl_tex.cpp:875)
1578==2244== by 0x816633: ogl_tex_upload(long, unsigned int, int, int) (ogl_tex.cpp:899)
1579==2244== by 0x61F7A9: CTextureManagerImpl::CTextureManagerImpl(boost::shared_ptr<IVFS>, bool, bool) (TextureManager.cpp:101)
1580==2244== by 0x61B2A9: CTextureManager::CTextureManager(boost::shared_ptr<IVFS>, bool, bool) (TextureManager.cpp:616)
1581==2244== by 0x6939BE: CRendererInternals::CRendererInternals() (Renderer.cpp:319)
1582==2244== Address 0x7fafacc19000 is not stack'd, malloc'd or (recently) free'd
1583==2244==
1584TIMER| InitRenderer: 1.32481 s
1585==2244== Conditional jump or move depends on uninitialised value(s)
1586==2244== at 0x83595E5: wcslen (wcslen.S:73)
1587==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1588==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1589==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1590==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1591==2244== by 0x81ACEB: UniFont_reload(UniFont*, boost::shared_ptr<IVFS> const&, Path const&, long) (unifont.cpp:81)
1592==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1593==2244== by 0x557E2B: CFont::CFont(CStrW const&) (Font.cpp:34)
1594==2244== by 0x58B57F: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:489)
1595==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1596==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1597==2244== by 0x4138D6: main (main.cpp:550)
1598==2244== Uninitialised value was created by a heap allocation
1599==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1600==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1601==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1602==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1603==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1604==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1605==2244== by 0x81ACEB: UniFont_reload(UniFont*, boost::shared_ptr<IVFS> const&, Path const&, long) (unifont.cpp:81)
1606==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1607==2244== by 0x557E2B: CFont::CFont(CStrW const&) (Font.cpp:34)
1608==2244== by 0x58B57F: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:489)
1609==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1610==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1611==2244==
1612==2244== Conditional jump or move depends on uninitialised value(s)
1613==2244== at 0x83595F9: wcslen (wcslen.S:79)
1614==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1615==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1616==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1617==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1618==2244== by 0x81ACEB: UniFont_reload(UniFont*, boost::shared_ptr<IVFS> const&, Path const&, long) (unifont.cpp:81)
1619==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1620==2244== by 0x557E2B: CFont::CFont(CStrW const&) (Font.cpp:34)
1621==2244== by 0x58B57F: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:489)
1622==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1623==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1624==2244== by 0x4138D6: main (main.cpp:550)
1625==2244== Uninitialised value was created by a heap allocation
1626==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1627==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1628==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1629==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1630==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1631==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1632==2244== by 0x81ACEB: UniFont_reload(UniFont*, boost::shared_ptr<IVFS> const&, Path const&, long) (unifont.cpp:81)
1633==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1634==2244== by 0x557E2B: CFont::CFont(CStrW const&) (Font.cpp:34)
1635==2244== by 0x58B57F: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:489)
1636==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1637==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1638==2244==
1639==2244== Conditional jump or move depends on uninitialised value(s)
1640==2244== at 0x55134E0: inflateReset2 (in /lib/x86_64-linux-gnu/libz.so.1.2.3.4)
1641==2244== by 0x55135D8: inflateInit2_ (in /lib/x86_64-linux-gnu/libz.so.1.2.3.4)
1642==2244== by 0x52F30D3: png_create_read_struct_2 (in /lib/x86_64-linux-gnu/libpng12.so.0.46.0)
1643==2244== by 0x52F3296: png_create_read_struct (in /lib/x86_64-linux-gnu/libpng12.so.0.46.0)
1644==2244== by 0x851F17: png_decode(unsigned char*, unsigned long, Tex*) (tex_png.cpp:241)
1645==2244== by 0x832BA4: tex_decode(boost::shared_ptr<unsigned char> const&, unsigned long, Tex*) (tex.cpp:734)
1646==2244== by 0x816743: OglTex_reload(OglTex*, boost::shared_ptr<IVFS> const&, Path const&, long) (ogl_tex.cpp:473)
1647==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1648==2244== by 0x81B690: UniFont_reload(UniFont*, boost::shared_ptr<IVFS> const&, Path const&, long) (unifont.cpp:145)
1649==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1650==2244== by 0x557E2B: CFont::CFont(CStrW const&) (Font.cpp:34)
1651==2244== by 0x58B57F: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:489)
1652==2244== Uninitialised value was created by a heap allocation
1653==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1654==2244== by 0x52FE4CC: png_malloc (in /lib/x86_64-linux-gnu/libpng12.so.0.46.0)
1655==2244== by 0x52E6B95: ??? (in /lib/x86_64-linux-gnu/libpng12.so.0.46.0)
1656==2244== by 0x55135B6: inflateInit2_ (in /lib/x86_64-linux-gnu/libz.so.1.2.3.4)
1657==2244== by 0x52F30D3: png_create_read_struct_2 (in /lib/x86_64-linux-gnu/libpng12.so.0.46.0)
1658==2244== by 0x52F3296: png_create_read_struct (in /lib/x86_64-linux-gnu/libpng12.so.0.46.0)
1659==2244== by 0x851F17: png_decode(unsigned char*, unsigned long, Tex*) (tex_png.cpp:241)
1660==2244== by 0x832BA4: tex_decode(boost::shared_ptr<unsigned char> const&, unsigned long, Tex*) (tex.cpp:734)
1661==2244== by 0x816743: OglTex_reload(OglTex*, boost::shared_ptr<IVFS> const&, Path const&, long) (ogl_tex.cpp:473)
1662==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1663==2244== by 0x81B690: UniFont_reload(UniFont*, boost::shared_ptr<IVFS> const&, Path const&, long) (unifont.cpp:145)
1664==2244== by 0x813AC0: h_alloc(H_VTbl*, boost::shared_ptr<IVFS> const&, Path const&, unsigned long, ...) (h_mgr.cpp:446)
1665==2244==
1666==2244==
1667==2244== More than 100 errors detected. Subsequent errors
1668==2244== will still be recorded, but in less detail than before.
1669TIMER| ps_console: 1.30114 s
1670TIMER| ps_lang_hotkeys: 122.058 ms
1671==2244== Conditional jump or move depends on uninitialised value(s)
1672==2244== at 0x835965D: wcslen (wcslen.S:109)
1673==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1674==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1675==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1676==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
1677==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
1678==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1679==2244== by 0x755989: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:124)
1680==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1681==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1682==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1683==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1684==2244== Uninitialised value was created by a heap allocation
1685==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1686==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1687==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1688==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1689==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1690==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
1691==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
1692==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1693==2244== by 0x755989: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:124)
1694==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1695==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1696==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1697==2244==
1698==2244== Invalid read of size 8
1699==2244== at 0x83595BF: wcslen (wcslen.S:62)
1700==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1701==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1702==2244== by 0x83BFD7F: __vsnprintf_chk (vsnprintf_chk.c:65)
1703==2244== by 0x57D995: CProfiler2::ThreadStorage::RecordAttribute(char const*, __va_list_tag*) (stdio2.h:79)
1704==2244== by 0x420EDA: CProfiler2::RecordAttribute(char const*, ...) (Profiler2.h:329)
1705==2244== by 0x756405: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:150)
1706==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1707==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1708==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1709==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1710==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1711==2244== Address 0x3c883808 is 88 bytes inside a block of size 92 alloc'd
1712==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1713==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1714==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1715==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1716==2244== by 0x7EEA6A: wstring_from_utf8(std::string const&, long*) (utf8.cpp:231)
1717==2244== by 0x55F727: CStr8::FromUTF8() const (CStr.cpp:62)
1718==2244== by 0x75633E: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:147)
1719==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1720==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1721==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1722==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1723==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1724==2244==
1725==2244== Conditional jump or move depends on uninitialised value(s)
1726==2244== at 0x835960D: wcslen (wcslen.S:85)
1727==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1728==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1729==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1730==2244== by 0x80184C: VFS::GetFilePriority(Path const&, unsigned long*) const (vfs.cpp:96)
1731==2244== by 0x5D9161: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:79)
1732==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1733==2244== by 0x78D655: CGUI::LoadXmlFile(Path const&, boost::unordered_set<Path, boost::hash<Path>, std::equal_to<Path>, std::allocator<Path> >&) (CGUI.cpp:977)
1734==2244== by 0x7566B0: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:154)
1735==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1736==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1737==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1738==2244== Uninitialised value was created by a heap allocation
1739==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1740==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1741==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1742==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1743==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1744==2244== by 0x80184C: VFS::GetFilePriority(Path const&, unsigned long*) const (vfs.cpp:96)
1745==2244== by 0x5D9161: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:79)
1746==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1747==2244== by 0x78D655: CGUI::LoadXmlFile(Path const&, boost::unordered_set<Path, boost::hash<Path>, std::equal_to<Path>, std::allocator<Path> >&) (CGUI.cpp:977)
1748==2244== by 0x7566B0: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:154)
1749==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1750==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1751==2244==
1752==2244== Conditional jump or move depends on uninitialised value(s)
1753==2244== at 0x8359649: wcslen (wcslen.S:103)
1754==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1755==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1756==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1757==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
1758==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
1759==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1760==2244== by 0x78D655: CGUI::LoadXmlFile(Path const&, boost::unordered_set<Path, boost::hash<Path>, std::equal_to<Path>, std::allocator<Path> >&) (CGUI.cpp:977)
1761==2244== by 0x7566B0: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:154)
1762==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1763==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1764==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1765==2244== Uninitialised value was created by a heap allocation
1766==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1767==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1768==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1769==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1770==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1771==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
1772==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
1773==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1774==2244== by 0x78D655: CGUI::LoadXmlFile(Path const&, boost::unordered_set<Path, boost::hash<Path>, std::equal_to<Path>, std::allocator<Path> >&) (CGUI.cpp:977)
1775==2244== by 0x7566B0: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:154)
1776==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1777==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1778==2244==
1779==2244== Conditional jump or move depends on uninitialised value(s)
1780==2244== at 0x8359635: wcslen (wcslen.S:97)
1781==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1782==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1783==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
1784==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
1785==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
1786==2244== by 0x7566FA: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (timer.h:86)
1787==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1788==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1789==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1790==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1791==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1792==2244== Uninitialised value was created by a stack allocation
1793==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
1794==2244==
1795TIMER| common/setup.xml: 710.924 ms
1796TIMER| common/styles.xml: 166.549 ms
1797==2244== Invalid read of size 8
1798==2244== at 0x83595D7: wcslen (wcslen.S:69)
1799==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1800==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1801==2244== by 0x83BFD7F: __vsnprintf_chk (vsnprintf_chk.c:65)
1802==2244== by 0x57D995: CProfiler2::ThreadStorage::RecordAttribute(char const*, __va_list_tag*) (stdio2.h:79)
1803==2244== by 0x420EDA: CProfiler2::RecordAttribute(char const*, ...) (Profiler2.h:329)
1804==2244== by 0x756405: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:150)
1805==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1806==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1807==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1808==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1809==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1810==2244== Address 0x3c902df0 is 96 bytes inside a block of size 100 alloc'd
1811==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1812==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1813==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1814==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1815==2244== by 0x7EEA6A: wstring_from_utf8(std::string const&, long*) (utf8.cpp:231)
1816==2244== by 0x55F727: CStr8::FromUTF8() const (CStr.cpp:62)
1817==2244== by 0x75633E: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:147)
1818==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1819==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1820==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1821==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1822==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1823==2244==
1824TIMER| common/sprite1.xml: 737.398 ms
1825TIMER| common/init.xml: 2.79489 s
1826==2244== Conditional jump or move depends on uninitialised value(s)
1827==2244== at 0x835965D: wcslen (wcslen.S:109)
1828==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1829==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1830==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
1831==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
1832==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
1833==2244== by 0x7566FA: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (timer.h:86)
1834==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1835==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1836==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1837==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1838==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1839==2244== Uninitialised value was created by a stack allocation
1840==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
1841==2244==
1842TIMER| common/common_sprites.xml: 436.425 ms
1843==2244== Invalid read of size 8
1844==2244== at 0x83595EB: wcslen (wcslen.S:75)
1845==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1846==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1847==2244== by 0x83BFD7F: __vsnprintf_chk (vsnprintf_chk.c:65)
1848==2244== by 0x57D995: CProfiler2::ThreadStorage::RecordAttribute(char const*, __va_list_tag*) (stdio2.h:79)
1849==2244== by 0x420EDA: CProfiler2::RecordAttribute(char const*, ...) (Profiler2.h:329)
1850==2244== by 0x756405: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:150)
1851==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1852==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1853==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1854==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1855==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1856==2244== Address 0x3dd9c218 is 120 bytes inside a block of size 124 alloc'd
1857==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1858==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1859==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1860==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1861==2244== by 0x7EEA6A: wstring_from_utf8(std::string const&, long*) (utf8.cpp:231)
1862==2244== by 0x55F727: CStr8::FromUTF8() const (CStr.cpp:62)
1863==2244== by 0x75633E: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:147)
1864==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1865==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1866==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1867==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1868==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1869==2244==
1870==2244== Invalid read of size 8
1871==2244== at 0x83595EB: wcslen (wcslen.S:75)
1872==2244== by 0x83188C8: vfwprintf (vfprintf.c:1630)
1873==2244== by 0x83C2DF8: __vswprintf_chk (vswprintf_chk.c:63)
1874==2244== by 0x7EAC58: vswprintf_s(wchar_t*, unsigned long, wchar_t const*, __va_list_tag*) (wchar2.h:321)
1875==2244== by 0x7ED3FB: debug_printf(wchar_t const*, ...) (debug.cpp:148)
1876==2244== by 0x7566FA: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (timer.h:86)
1877==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1878==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1879==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1880==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1881==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1882==2244== by 0x4138D6: main (main.cpp:550)
1883==2244== Address 0x3dd9c218 is 120 bytes inside a block of size 124 alloc'd
1884==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1885==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1886==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1887==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
1888==2244== by 0x7EEA6A: wstring_from_utf8(std::string const&, long*) (utf8.cpp:231)
1889==2244== by 0x55F727: CStr8::FromUTF8() const (CStr.cpp:62)
1890==2244== by 0x75633E: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:147)
1891==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1892==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1893==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1894==2244== by 0x58EE1E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:1005)
1895==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
1896==2244==
1897TIMER| common/common_styles.xml: 47.7107 ms
1898==2244== Conditional jump or move depends on uninitialised value(s)
1899==2244== at 0x8359621: wcslen (wcslen.S:91)
1900==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1901==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1902==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1903==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
1904==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
1905==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1906==2244== by 0x78D655: CGUI::LoadXmlFile(Path const&, boost::unordered_set<Path, boost::hash<Path>, std::equal_to<Path>, std::allocator<Path> >&) (CGUI.cpp:977)
1907==2244== by 0x7566B0: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:154)
1908==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1909==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1910==2244== by 0x58B6B9: _ZL6InitPsbRK5CStrW10CScriptVal.constprop.138 (GameSetup.cpp:512)
1911==2244== Uninitialised value was created by a heap allocation
1912==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1913==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1914==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1915==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1916==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1917==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
1918==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
1919==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
1920==2244== by 0x78D655: CGUI::LoadXmlFile(Path const&, boost::unordered_set<Path, boost::hash<Path>, std::equal_to<Path>, std::allocator<Path> >&) (CGUI.cpp:977)
1921==2244== by 0x7566B0: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (GUIManager.cpp:154)
1922==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1923==2244== by 0x757DA1: CGUIManager::SwitchPage(CStrW const&, CScriptVal) (GUIManager.cpp:72)
1924==2244==
1925TIMER| pregame/sprites.xml: 218.029 ms
1926TIMER| pregame/styles.xml: 63.6927 ms
1927TIMER| pregame/mainmenu.xml: 2.38554 s
1928TIMER| common/global.xml: 153.336 ms
1929==2244== Conditional jump or move depends on uninitialised value(s)
1930==2244== at 0x8359635: wcslen (wcslen.S:97)
1931==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
1932==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1933==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1934==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1935==2244== by 0x5F7E74: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:314)
1936==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
1937==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
1938==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
1939==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
1940==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
1941==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
1942==2244== Uninitialised value was created by a heap allocation
1943==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1944==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
1945==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
1946==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
1947==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
1948==2244== by 0x8025C4: VFS::LoadFile(Path const&, boost::shared_ptr<unsigned char>&, unsigned long&) (vfs.cpp:162)
1949==2244== by 0x5F7E74: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:314)
1950==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
1951==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
1952==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
1953==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
1954==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
1955==2244==
1956TIMER| common/setup.xml: 613.693 ms
1957TIMER| common/styles.xml: 5.27306 ms
1958TIMER| common/sprite1.xml: 143.931 ms
1959TIMER| common/common_sprites.xml: 239.196 ms
1960TIMER| common/common_styles.xml: 22.1914 ms
1961TIMER| splashscreen/styles.xml: 442.958 ms
1962==2244== Conditional jump or move depends on uninitialised value(s)
1963==2244== at 0x8359649: wcslen (wcslen.S:103)
1964==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
1965==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
1966==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
1967==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
1968==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
1969==2244== by 0x7566FA: CGUIManager::LoadPage(CGUIManager::SGUIPage&) (timer.h:86)
1970==2244== by 0x757525: CGUIManager::PushPage(CStrW const&, CScriptVal) (GUIManager.cpp:80)
1971==2244== by 0x7A9696: (anonymous namespace)::PushGuiPage(void*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, CScriptVal) (ScriptFunctions.cpp:78)
1972==2244== by 0x7ABB44: int ScriptInterface::call<void, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, CScriptVal, &((anonymous namespace)::PushGuiPage(void*, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >, CScriptVal))>(JSContext*, unsigned int, unsigned long*) (NativeWrapperDefns.h:45)
1973==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
1974==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
1975==2244== Uninitialised value was created by a stack allocation
1976==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
1977==2244==
1978TIMER| splashscreen/setup.xml: 144.525 ms
1979TIMER| splashscreen/splashscreen.xml: 198.869 ms
1980==2244== Invalid read of size 1
1981==2244== at 0x4C2DCAB: bcmp (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1982==2244== by 0x3A9F6627: brw_upload_cache (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1983==2244== by 0x3A9F9401: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1984==2244== by 0x3A9F9BF7: brw_vs_precompile (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1985==2244== by 0x3AA3DF24: brw_link_shader (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1986==2244== by 0x3AE40F85: _mesa_glsl_link_shader (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1987==2244== by 0x3AE3119B: _mesa_meta_glsl_Clear (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
1988==2244== by 0x784184: CGUI::Draw() (CGUI.cpp:453)
1989==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
1990==2244== by 0x58C02B: Render() (GameSetup.cpp:230)
1991==2244== by 0x41E531: RunGameOrAtlas(int, char const**) (main.cpp:393)
1992==2244== by 0x4138D6: main (main.cpp:550)
1993==2244== Address 0x7fafacc17000 is not stack'd, malloc'd or (recently) free'd
1994==2244==
1995==2244== Invalid read of size 1
1996==2244== at 0x4C2DCC0: bcmp (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
1997==2244== by 0x3A9F6627: brw_upload_cache (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1998==2244== by 0x3A9F9401: ??? (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
1999==2244== by 0x3A9F9BF7: brw_vs_precompile (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
2000==2244== by 0x3AA3DF24: brw_link_shader (in /usr/lib/x86_64-linux-gnu/dri/i965_dri.so)
2001==2244== by 0x3AE40F85: _mesa_glsl_link_shader (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
2002==2244== by 0x3AE3119B: _mesa_meta_glsl_Clear (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
2003==2244== by 0x784184: CGUI::Draw() (CGUI.cpp:453)
2004==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2005==2244== by 0x58C02B: Render() (GameSetup.cpp:230)
2006==2244== by 0x41E531: RunGameOrAtlas(int, char const**) (main.cpp:393)
2007==2244== by 0x4138D6: main (main.cpp:550)
2008==2244== Address 0x7fafacc17001 is not stack'd, malloc'd or (recently) free'd
2009==2244==
2010==2244== Invalid read of size 8
2011==2244== at 0x8359690: wcslen (wcslen.S:127)
2012==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
2013==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
2014==2244== by 0x83BFD7F: __vsnprintf_chk (vsnprintf_chk.c:65)
2015==2244== by 0x57D995: CProfiler2::ThreadStorage::RecordAttribute(char const*, __va_list_tag*) (stdio2.h:79)
2016==2244== by 0x420EDA: CProfiler2::RecordAttribute(char const*, ...) (Profiler2.h:329)
2017==2244== by 0x61CA66: CTexture::GetHandle() (TextureManager.cpp:175)
2018==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2019==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2020==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2021==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2022==2244== by 0x78EE40: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2023==2244== Address 0x3f064740 is 336 bytes inside a block of size 340 alloc'd
2024==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2025==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2026==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2027==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2028==2244== by 0x793AFFC: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::append(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2029==2244== by 0x5D862A: CCacheLoader::LooseCachePath(Path const&, MD5 const&, unsigned int) (basic_string.h:925)
2030==2244== by 0x5D91B9: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:56)
2031==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2032==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2033==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2034==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2035==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2036==2244==
2037==2244== Invalid read of size 8
2038==2244== at 0x83596BB: wcslen (wcslen.S:141)
2039==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
2040==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
2041==2244== by 0x83BFD7F: __vsnprintf_chk (vsnprintf_chk.c:65)
2042==2244== by 0x57D995: CProfiler2::ThreadStorage::RecordAttribute(char const*, __va_list_tag*) (stdio2.h:79)
2043==2244== by 0x420EDA: CProfiler2::RecordAttribute(char const*, ...) (Profiler2.h:329)
2044==2244== by 0x61CA66: CTexture::GetHandle() (TextureManager.cpp:175)
2045==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2046==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2047==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2048==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2049==2244== by 0x78EE40: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2050==2244== Address 0x3f064740 is 336 bytes inside a block of size 340 alloc'd
2051==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2052==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2053==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2054==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2055==2244== by 0x793AFFC: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::append(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2056==2244== by 0x5D862A: CCacheLoader::LooseCachePath(Path const&, MD5 const&, unsigned int) (basic_string.h:925)
2057==2244== by 0x5D91B9: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:56)
2058==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2059==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2060==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2061==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2062==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2063==2244==
2064==2244== Invalid write of size 8
2065==2244== at 0x4C2D10D: memcpy@@GLIBC_2.14 (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2066==2244== by 0x3AD5E68E: _mesa_store_compressed_texsubimage2d (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
2067==2244== by 0x3AD5E75F: _mesa_store_compressed_teximage2d (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
2068==2244== by 0x3AD4B5D9: ??? (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
2069==2244== by 0x3AD4D409: _mesa_CompressedTexImage2DARB (in /usr/lib/x86_64-linux-gnu/dri/libdricore.so)
2070==2244== by 0x814937: upload_compressed_level(unsigned long, unsigned long, unsigned long, unsigned char const*, unsigned long, void*) (ogl_tex.cpp:881)
2071==2244== by 0x830C55: tex_util_foreach_mipmap(unsigned long, unsigned long, unsigned long, unsigned char const*, int, unsigned long, void (*)(unsigned long, unsigned long, unsigned long, unsigned char const*, unsigned long, void*), void*) (tex.cpp:151)
2072==2244== by 0x81653B: ogl_tex_upload(long, unsigned int, int, int) (ogl_tex.cpp:897)
2073==2244== by 0x61CC6E: CTexture::GetHandle() (TextureManager.cpp:218)
2074==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2075==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2076==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2077==2244== Address 0x7fafaca57ff8 is not stack'd, malloc'd or (recently) free'd
2078==2244==
2079==2244== Invalid read of size 8
2080==2244== at 0x83596DC: wcslen (wcslen.S:153)
2081==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
2082==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
2083==2244== by 0x83BFD7F: __vsnprintf_chk (vsnprintf_chk.c:65)
2084==2244== by 0x57D995: CProfiler2::ThreadStorage::RecordAttribute(char const*, __va_list_tag*) (stdio2.h:79)
2085==2244== by 0x420EDA: CProfiler2::RecordAttribute(char const*, ...) (Profiler2.h:329)
2086==2244== by 0x61CA66: CTexture::GetHandle() (TextureManager.cpp:175)
2087==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2088==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2089==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2090==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2091==2244== by 0x78EE40: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2092==2244== Address 0x3f2b7920 is 336 bytes inside a block of size 340 alloc'd
2093==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2094==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2095==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2096==2244== by 0x793AAEF: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::reserve(unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2097==2244== by 0x793AFFC: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::append(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2098==2244== by 0x5D862A: CCacheLoader::LooseCachePath(Path const&, MD5 const&, unsigned int) (basic_string.h:925)
2099==2244== by 0x5D91B9: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:56)
2100==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2101==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2102==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2103==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2104==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2105==2244==
2106==2244== Invalid read of size 8
2107==2244== at 0x835958F: wcslen (wcslen.S:48)
2108==2244== by 0x81A591: unifont_stringsize(long, wchar_t const*, int&, int&) (unifont.cpp:255)
2109==2244== by 0x797B6F: CGUIString::GenerateTextCall(CGUIString::SFeedback&, CStrW const&, int const&, int const&, bool, IGUIObject const*) const (GUItext.cpp:240)
2110==2244== by 0x78863D: CGUI::GenerateText(CGUIString const&, CStrW const&, float const&, float const&, IGUIObject const*) (CGUI.cpp:683)
2111==2244== by 0x7CEEE8: CText::SetupText() (CText.cpp:98)
2112==2244== by 0x7E2084: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:85)
2113==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2114==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2115==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2116==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2117==2244== by 0x58C02B: Render() (GameSetup.cpp:230)
2118==2244== by 0x41E531: RunGameOrAtlas(int, char const**) (main.cpp:393)
2119==2244== Address 0x3f5e9f88 is 56 bytes inside a block of size 60 alloc'd
2120==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2121==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2122==2244== by 0x793B498: wchar_t* std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_S_construct<wchar_t*>(wchar_t*, wchar_t*, std::allocator<wchar_t> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2123==2244== by 0x793B5F6: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2124==2244== by 0x7979B2: CGUIString::GenerateTextCall(CGUIString::SFeedback&, CStrW const&, int const&, int const&, bool, IGUIObject const*) const (basic_string.h:2157)
2125==2244== by 0x78863D: CGUI::GenerateText(CGUIString const&, CStrW const&, float const&, float const&, IGUIObject const*) (CGUI.cpp:683)
2126==2244== by 0x7CEEE8: CText::SetupText() (CText.cpp:98)
2127==2244== by 0x7E2084: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:85)
2128==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2129==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2130==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2131==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2132==2244==
2133==2244== Invalid read of size 8
2134==2244== at 0x83595A7: wcslen (wcslen.S:55)
2135==2244== by 0x81A591: unifont_stringsize(long, wchar_t const*, int&, int&) (unifont.cpp:255)
2136==2244== by 0x797B6F: CGUIString::GenerateTextCall(CGUIString::SFeedback&, CStrW const&, int const&, int const&, bool, IGUIObject const*) const (GUItext.cpp:240)
2137==2244== by 0x78863D: CGUI::GenerateText(CGUIString const&, CStrW const&, float const&, float const&, IGUIObject const*) (CGUI.cpp:683)
2138==2244== by 0x7CEEE8: CText::SetupText() (CText.cpp:98)
2139==2244== by 0x7E2084: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:85)
2140==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2141==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2142==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2143==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2144==2244== by 0x58C02B: Render() (GameSetup.cpp:230)
2145==2244== by 0x41E531: RunGameOrAtlas(int, char const**) (main.cpp:393)
2146==2244== Address 0x3f5edc30 is 64 bytes inside a block of size 68 alloc'd
2147==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2148==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2149==2244== by 0x793B498: wchar_t* std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_S_construct<wchar_t*>(wchar_t*, wchar_t*, std::allocator<wchar_t> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2150==2244== by 0x793B5F6: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, unsigned long, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2151==2244== by 0x7979B2: CGUIString::GenerateTextCall(CGUIString::SFeedback&, CStrW const&, int const&, int const&, bool, IGUIObject const*) const (basic_string.h:2157)
2152==2244== by 0x78863D: CGUI::GenerateText(CGUIString const&, CStrW const&, float const&, float const&, IGUIObject const*) (CGUI.cpp:683)
2153==2244== by 0x7CEEE8: CText::SetupText() (CText.cpp:98)
2154==2244== by 0x7E2084: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:85)
2155==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2156==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2157==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2158==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2159==2244==
2160==2244== Invalid read of size 8
2161==2244== at 0x835958F: wcslen (wcslen.S:48)
2162==2244== by 0x63FDEA: CTextRenderer::Put(float, float, wchar_t const*) (char_traits.h:332)
2163==2244== by 0x783623: CGUI::DrawText(SGUIText&, CColor const&, CPos const&, float const&, CRect const&) (CGUI.cpp:938)
2164==2244== by 0x7E2027: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:97)
2165==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2166==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2167==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2168==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2169==2244== by 0x58C02B: Render() (GameSetup.cpp:230)
2170==2244== by 0x41E531: RunGameOrAtlas(int, char const**) (main.cpp:393)
2171==2244== by 0x4138D6: main (main.cpp:550)
2172==2244== Address 0x3f5eca48 is 56 bytes inside a block of size 60 alloc'd
2173==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2174==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2175==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2176==2244== by 0x793B14B: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2177==2244== by 0x796650: _ZNSt6vectorIN8SGUIText9STextCallESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_.constprop.219 (CStr.h:64)
2178==2244== by 0x798130: CGUIString::GenerateTextCall(CGUIString::SFeedback&, CStrW const&, int const&, int const&, bool, IGUIObject const*) const (stl_vector.h:834)
2179==2244== by 0x788D93: CGUI::GenerateText(CGUIString const&, CStrW const&, float const&, float const&, IGUIObject const*) (CGUI.cpp:829)
2180==2244== by 0x7CEEE8: CText::SetupText() (CText.cpp:98)
2181==2244== by 0x7E2084: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:85)
2182==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2183==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2184==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2185==2244==
2186==2244== Invalid read of size 8
2187==2244== at 0x83595A7: wcslen (wcslen.S:55)
2188==2244== by 0x63FDEA: CTextRenderer::Put(float, float, wchar_t const*) (char_traits.h:332)
2189==2244== by 0x783623: CGUI::DrawText(SGUIText&, CColor const&, CPos const&, float const&, CRect const&) (CGUI.cpp:938)
2190==2244== by 0x7E2027: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:97)
2191==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2192==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2193==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2194==2244== by 0x7539F8: CGUIManager::Draw() (GUIManager.cpp:280)
2195==2244== by 0x58C02B: Render() (GameSetup.cpp:230)
2196==2244== by 0x41E531: RunGameOrAtlas(int, char const**) (main.cpp:393)
2197==2244== by 0x4138D6: main (main.cpp:550)
2198==2244== Address 0x3f5ef510 is 64 bytes inside a block of size 68 alloc'd
2199==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2200==2244== by 0x7939C60: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_S_create(unsigned long, unsigned long, std::allocator<wchar_t> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2201==2244== by 0x793AA0A: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::_Rep::_M_clone(std::allocator<wchar_t> const&, unsigned long) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2202==2244== by 0x793B14B: std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2203==2244== by 0x796650: _ZNSt6vectorIN8SGUIText9STextCallESaIS1_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS1_S3_EERKS1_.constprop.219 (CStr.h:64)
2204==2244== by 0x798130: CGUIString::GenerateTextCall(CGUIString::SFeedback&, CStrW const&, int const&, int const&, bool, IGUIObject const*) const (stl_vector.h:834)
2205==2244== by 0x788D93: CGUI::GenerateText(CGUIString const&, CStrW const&, float const&, float const&, IGUIObject const*) (CGUI.cpp:829)
2206==2244== by 0x7CEEE8: CText::SetupText() (CText.cpp:98)
2207==2244== by 0x7E2084: IGUITextOwner::DrawText(int, CColor const&, CPos const&, float, CRect const&) (IGUITextOwner.cpp:85)
2208==2244== by 0x7CC0E0: CText::Draw() (CText.cpp:250)
2209==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2210==2244== by 0x7841A9: CGUI::Draw() (CGUI.cpp:459)
2211==2244==
2212==2244== Conditional jump or move depends on uninitialised value(s)
2213==2244== at 0x8359671: wcslen (wcslen.S:115)
2214==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
2215==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2216==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2217==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2218==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2219==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
2220==2244== by 0x65A7C8: CTextureConverter::LoadSettings(Path const&) const (TextureConverter.cpp:98)
2221==2244== by 0x6227D6: CTextureManagerImpl::GetConverterSettings(boost::shared_ptr<CTexture> const&) (TextureManager.cpp:445)
2222==2244== by 0x61C776: CTexture::GetHandle() (TextureManager.cpp:240)
2223==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2224==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2225==2244== Uninitialised value was created by a heap allocation
2226==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2227==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
2228==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
2229==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2230==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2231==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2232==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2233==2244== by 0x5A0A44: CXeromyces::Load(boost::shared_ptr<IVFS> const&, Path const&) (Xeromyces.cpp:76)
2234==2244== by 0x65A7C8: CTextureConverter::LoadSettings(Path const&) const (TextureConverter.cpp:98)
2235==2244== by 0x6227D6: CTextureManagerImpl::GetConverterSettings(boost::shared_ptr<CTexture> const&) (TextureManager.cpp:445)
2236==2244== by 0x61C776: CTexture::GetHandle() (TextureManager.cpp:240)
2237==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2238==2244==
2239==2244== Conditional jump or move depends on uninitialised value(s)
2240==2244== at 0x83596B9: wcslen (wcslen.S:139)
2241==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
2242==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2243==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2244==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2245==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2246==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2247==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2248==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2249==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2250==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2251==2244== by 0x78EE40: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2252==2244== Uninitialised value was created by a heap allocation
2253==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2254==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
2255==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
2256==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2257==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2258==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2259==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2260==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2261==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2262==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2263==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2264==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2265==2244==
2266==2244== Conditional jump or move depends on uninitialised value(s)
2267==2244== at 0x83596CA: wcslen (wcslen.S:145)
2268==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
2269==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2270==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2271==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2272==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2273==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2274==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2275==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2276==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2277==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2278==2244== by 0x78EE40: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2279==2244== Uninitialised value was created by a heap allocation
2280==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2281==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
2282==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
2283==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2284==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2285==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2286==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2287==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2288==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2289==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2290==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2291==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2292==2244==
2293==2244== Conditional jump or move depends on uninitialised value(s)
2294==2244== at 0x8359685: wcslen (wcslen.S:121)
2295==2244== by 0x7F2BFC: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (path.h:94)
2296==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2297==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2298==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2299==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2300==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2301==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2302==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2303==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2304==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2305==2244== by 0x78EEAD: GUI<int>::RecurseObject(int, IGUIObject*, void (IGUIObject::*)()) (GUIutil.h:320)
2306==2244== Uninitialised value was created by a heap allocation
2307==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2308==2244== by 0x83AFB6: wopendir(Path const&) (ufilesystem.cpp:82)
2309==2244== by 0x7F2B09: GetDirectoryEntries(Path const&, std::vector<FileInfo, std::allocator<FileInfo> >*, std::vector<Path, std::allocator<Path> >*) (file_system.cpp:91)
2310==2244== by 0x80D83C: vfs_Populate(VfsDirectory*) (vfs_populate.cpp:69)
2311==2244== by 0x84BC55: vfs_Lookup(Path const&, VfsDirectory*, VfsDirectory*&, VfsFile**, unsigned long) (vfs_lookup.cpp:128)
2312==2244== by 0x801B67: VFS::GetFileInfo(Path const&, FileInfo*) const (vfs.cpp:84)
2313==2244== by 0x5D91C8: CCacheLoader::TryLoadingCached(Path const&, MD5 const&, unsigned int, Path&) (CacheLoader.cpp:59)
2314==2244== by 0x61C843: CTexture::GetHandle() (TextureManager.cpp:260)
2315==2244== by 0x5FAE37: CShaderProgram::BindTexture(char const*, boost::shared_ptr<CTexture>) (ShaderProgram.cpp:715)
2316==2244== by 0x77A0DB: GUIRenderer::Draw(GUIRenderer::DrawCalls&, float) (GUIRenderer.cpp:358)
2317==2244== by 0x7814AC: CGUISpriteInstance::Draw(CRect, int, std::map<CStr8, CGUISprite, std::less<CStr8>, std::allocator<std::pair<CStr8 const, CGUISprite> > >&, float) const (CGUISprite.cpp:29)
2318==2244== by 0x7BFEB5: CImage::Draw() (CImage.cpp:55)
2319==2244==
2320Using Xcursor to sys_cursor_create 32 x 32 cursor
2321TIMER| common/setup.xml: 45.4599 ms
2322TIMER| common/styles.xml: 7.45573 ms
2323TIMER| common/sprite1.xml: 484.514 ms
2324TIMER| common/common_sprites.xml: 994.801 ms
2325TIMER| common/common_styles.xml: 21.1081 ms
2326TIMER| msgbox/msgbox.xml: 1.44652 s
2327TIMER| shutdown TexMan: 4.48723 ms
2328TIMER| shutdown Renderer: 2.05625 s
2329TIMER| shutdown SDL: 344.423 s
2330TIMER| shutdown UserReporter: 6.15166 s
2331TIMER| shutdown ScriptingHost: 344.72 ms
2332TIMER| shutdown ConfigDB: 481.543 us
2333==2244== Warning: set address range perms: large range [0x11fb6000, 0x313b6000) (noaccess)
2334TIMER| resource modules: 3.32148 s
2335TIMER TOTALS (9 clients)
2336==2244== Conditional jump or move depends on uninitialised value(s)
2337==2244== at 0x8359685: wcslen (wcslen.S:121)
2338==2244== by 0x835AC0E: wcsrtombs (wcsrtombs.c:74)
2339==2244== by 0x8302160: vfprintf (vfprintf.c:1630)
2340==2244== by 0x83BFEF0: __printf_chk (printf_chk.c:37)
2341==2244== by 0x83AE48: debug_puts(wchar_t const*) (stdio2.h:105)
2342==2244== by 0x7ED444: debug_printf(wchar_t const*, ...) (debug.cpp:154)
2343==2244== by 0x7EBEFB: timer_DisplayClientTotals() (timer.cpp:200)
2344==2244== by 0x58CB89: Shutdown(int) (GameSetup.cpp:718)
2345==2244== by 0x41E770: RunGameOrAtlas(int, char const**) (main.cpp:508)
2346==2244== by 0x4138D6: main (main.cpp:550)
2347==2244== Uninitialised value was created by a stack allocation
2348==2244== at 0x7ED354: debug_printf(wchar_t const*, ...) (debug.cpp:143)
2349==2244==
2350-----------------------------------------------------
2351 tc_png_decode: 3206.36 Mc (9x)
2352 tc_pool_alloc: 233.194 Mc (142x)
2353 tc_transform: 102.345 Mc (4x)
2354 tc_plain_transform: 20.3213 Mc (4x)
2355 tc_dds_transform: 71.2091 Mc (10x)
2356 tc_ShaderValidation: 1711.94 Mc (1x)
2357 tc_ShaderGLSLLink: 0 c (0x)
2358 tc_ShaderGLSLCompile: 0 c (0x)
2359 xml_validation: 1319.71 Mc (1x)
2360-----------------------------------------------------
2361TIMER| shutdown misc: 36.075 ms
2362==2244==
2363==2244== HEAP SUMMARY:
2364==2244== in use at exit: 1,296,797 bytes in 1,118 blocks
2365==2244== total heap usage: 267,073 allocs, 265,955 frees, 87,395,350 bytes allocated
2366==2244==
2367==2244== 1 bytes in 1 blocks are definitely lost in loss record 1 of 240
2368==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2369==2244== by 0x632D93D: _XlcDefaultMapModifiers (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2370==2244== by 0x632DD35: XSetLocaleModifiers (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2371==2244== by 0x72D679B: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2372==2244== by 0x72D73C2: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2373==2244== by 0x72C7A6C: SDL_VideoInit (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2374==2244== by 0x729E12B: SDL_InitSubSystem (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2375==2244== by 0x729E19B: SDL_Init (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2376==2244== by 0x58E80F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:627)
2377==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
2378==2244== by 0x4138D6: main (main.cpp:550)
2379==2244==
2380==2244== 8 bytes in 1 blocks are definitely lost in loss record 12 of 240
2381==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2382==2244== by 0x6A64B23: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2383==2244== by 0x6A65EE6: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2384==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2385==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2386==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2387==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2388==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2389==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2390==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2391==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2392==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2393==2244==
2394==2244== 8 bytes in 1 blocks are definitely lost in loss record 13 of 240
2395==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2396==2244== by 0x6A64B2F: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2397==2244== by 0x6A65EE6: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2398==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2399==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2400==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2401==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2402==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2403==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2404==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2405==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2406==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2407==2244==
2408==2244== 16 bytes in 1 blocks are definitely lost in loss record 25 of 240
2409==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2410==2244== by 0x6A64AD9: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2411==2244== by 0x6A65EE6: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2412==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2413==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2414==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2415==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2416==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2417==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2418==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2419==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2420==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2421==2244==
2422==2244== 16 bytes in 1 blocks are definitely lost in loss record 26 of 240
2423==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2424==2244== by 0x6A64B43: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2425==2244== by 0x6A65EE6: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2426==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2427==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2428==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2429==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2430==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2431==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2432==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2433==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2434==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2435==2244==
2436==2244== 16 bytes in 1 blocks are definitely lost in loss record 27 of 240
2437==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2438==2244== by 0xAD341BA: ??? (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2439==2244== by 0xAD34DFA: vorbis_synthesis_init (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2440==2244== by 0x6A64BFC: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2441==2244== by 0x6A64D6F: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2442==2244== by 0x6A676C4: ov_read_filter (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2443==2244== by 0x6A67AE3: ov_read (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2444==2244== by 0x5F8FA5: OggStreamImpl<VorbisBufferAdapter>::GetNextChunk(unsigned char*, unsigned long) (ogg.cpp:273)
2445==2244== by 0x5A552B: COggData::FetchDataIntoBuffer(int, unsigned int*) (OggData.cpp:114)
2446==2244== by 0x5A568F: COggData::InitOggFile(Path const&) (OggData.cpp:67)
2447==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2448==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2449==2244==
2450==2244== 21 bytes in 1 blocks are definitely lost in loss record 28 of 240
2451==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2452==2244== by 0x833FD71: strdup (strdup.c:43)
2453==2244== by 0xD529B6A: p11_kit_registered_module_to_name (in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0)
2454==2244== by 0xA414574: gnutls_pkcs11_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8)
2455==2244== by 0xA3FE031: gnutls_global_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8)
2456==2244== by 0x60B3216: Curl_gtls_init (in /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.2.0)
2457==2244== by 0x60A635D: curl_global_init (in /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.2.0)
2458==2244== by 0x572112: CUserReporter::Initialize() (UserReport.cpp:583)
2459==2244== by 0x5905AF: Init(CmdLineArgs const&, int) (GameSetup.cpp:900)
2460==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
2461==2244== by 0x4138D6: main (main.cpp:550)
2462==2244==
2463==2244== 24 bytes in 1 blocks are definitely lost in loss record 33 of 240
2464==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2465==2244== by 0x5A272B: CSoundManager::CSoundManager() (SoundManager.cpp:43)
2466==2244== by 0x5A289C: CSoundManager::CreateSoundManager() (SoundManager.cpp:232)
2467==2244== by 0x590475: Init(CmdLineArgs const&, int) (GameSetup.cpp:884)
2468==2244== by 0x41DACD: RunGameOrAtlas(int, char const**) (main.cpp:503)
2469==2244== by 0x4138D6: main (main.cpp:550)
2470==2244==
2471==2244== 24 bytes in 1 blocks are definitely lost in loss record 34 of 240
2472==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2473==2244== by 0x6AA900: CVertexBuffer::Allocate(unsigned long, unsigned long, unsigned int, unsigned int) (VertexBuffer.cpp:126)
2474==2244== by 0x69AA15: CVertexBufferManager::Allocate(unsigned long, unsigned long, unsigned int, unsigned int) (VertexBufferManager.cpp:86)
2475==2244== by 0x69DD17: VertexArray::Upload() (VertexArray.cpp:284)
2476==2244== by 0x6E76E0: OverlayRendererInternals::Initialize() (OverlayRenderer.cpp:171)
2477==2244== by 0x6898AA: CRenderer::Open(int, int) (Renderer.cpp:657)
2478==2244== by 0x58EC3E: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:595)
2479==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
2480==2244== by 0x4138D6: main (main.cpp:550)
2481==2244==
2482==2244== 24 bytes in 2 blocks are definitely lost in loss record 35 of 240
2483==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2484==2244== by 0x833FD71: strdup (strdup.c:43)
2485==2244== by 0x633CAED: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2486==2244== by 0x633DA03: _XimSetICValueData (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2487==2244== by 0x633914E: _XimLocalCreateIC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2488==2244== by 0x631EC02: XCreateIC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2489==2244== by 0x72D6476: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2490==2244== by 0x72D73C2: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2491==2244== by 0x72C7A6C: SDL_VideoInit (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2492==2244== by 0x729E12B: SDL_InitSubSystem (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2493==2244== by 0x729E19B: SDL_Init (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2494==2244== by 0x58E80F: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:627)
2495==2244==
2496==2244== 24 bytes in 2 blocks are definitely lost in loss record 36 of 240
2497==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2498==2244== by 0x833FD71: strdup (strdup.c:43)
2499==2244== by 0x633CAED: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2500==2244== by 0x633DA03: _XimSetICValueData (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2501==2244== by 0x633914E: _XimLocalCreateIC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2502==2244== by 0x631EC02: XCreateIC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2503==2244== by 0x72D6476: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2504==2244== by 0x72D69C6: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2505==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2506==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2507==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
2508==2244== by 0x53F21E: CVideoMode::InitSDL() (VideoMode.cpp:216)
2509==2244==
2510==2244== 29 bytes in 1 blocks are possibly lost in loss record 40 of 240
2511==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2512==2244== by 0x7926A88: std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2513==2244== by 0x7928494: char* std::string::_S_construct<char const*>(char const*, char const*, std::allocator<char> const&, std::forward_iterator_tag) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2514==2244== by 0x79285E2: std::basic_string<char, std::char_traits<char>, std::allocator<char> >::basic_string(char const*, std::allocator<char> const&) (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.16)
2515==2244== by 0x5804F2: CProfiler2::Initialise() (Profiler2.cpp:148)
2516==2244== by 0x58CF32: EarlyInit() (GameSetup.cpp:816)
2517==2244== by 0x4138CC: main (main.cpp:548)
2518==2244==
2519==2244== 32 (24 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 47 of 240
2520==2244== at 0x4C2B1C7: operator new(unsigned long) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2521==2244== by 0x5A3891: CSoundManagerWorker::RunThread(void*) (SoundManager.cpp:165)
2522==2244== by 0x80A1E99: start_thread (pthread_create.c:308)
2523==2244== by 0x83AACBC: clone (clone.S:112)
2524==2244==
2525==2244== 90 (32 direct, 58 indirect) bytes in 1 blocks are definitely lost in loss record 160 of 240
2526==2244== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2527==2244== by 0x6A64B0D: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2528==2244== by 0x6A65EE6: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2529==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2530==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2531==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2532==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2533==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2534==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2535==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2536==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2537==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2538==2244==
2539==2244== 192 (16 direct, 176 indirect) bytes in 1 blocks are definitely lost in loss record 172 of 240
2540==2244== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2541==2244== by 0x632459B: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2542==2244== by 0x6324A2D: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2543==2244== by 0x6326000: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2544==2244== by 0x63267D5: _XlcCreateLC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2545==2244== by 0x6343BFF: _XlcDefaultLoader (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2546==2244== by 0x632DB71: _XOpenLC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2547==2244== by 0x632DCB7: _XlcCurrentLC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2548==2244== by 0x632DD0D: XSetLocaleModifiers (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2549==2244== by 0x72D674B: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2550==2244== by 0x72D73C2: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2551==2244== by 0x72C7A6C: SDL_VideoInit (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2552==2244==
2553==2244== 376 (40 direct, 336 indirect) bytes in 1 blocks are definitely lost in loss record 182 of 240
2554==2244== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2555==2244== by 0x37BBFC72: ???
2556==2244== by 0x37BC022D: ???
2557==2244== by 0xD528E62: ??? (in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0)
2558==2244== by 0xD529284: ??? (in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0)
2559==2244== by 0xD52998B: p11_kit_initialize_registered (in /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.0.0)
2560==2244== by 0xA4144E4: gnutls_pkcs11_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8)
2561==2244== by 0xA3FE031: gnutls_global_init (in /usr/lib/x86_64-linux-gnu/libgnutls.so.26.21.8)
2562==2244== by 0x60B3216: Curl_gtls_init (in /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.2.0)
2563==2244== by 0x60A635D: curl_global_init (in /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.2.0)
2564==2244== by 0x572112: CUserReporter::Initialize() (UserReport.cpp:583)
2565==2244== by 0x5905AF: Init(CmdLineArgs const&, int) (GameSetup.cpp:900)
2566==2244==
2567==2244== 640 bytes in 1 blocks are definitely lost in loss record 188 of 240
2568==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2569==2244== by 0x630F915: XGetVisualInfo (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2570==2244== by 0x4E4EE5F: glXChooseVisual (in /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1.2)
2571==2244== by 0x72D1B65: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2572==2244== by 0x72D6B9F: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2573==2244== by 0x72D6FBA: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2574==2244== by 0x72C7D5D: SDL_SetVideoMode (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2575==2244== by 0x53EFD9: CVideoMode::SetVideoMode(int, int, int, bool) (VideoMode.cpp:119)
2576==2244== by 0x53F21E: CVideoMode::InitSDL() (VideoMode.cpp:216)
2577==2244== by 0x58E835: InitGraphics(CmdLineArgs const&, int) (GameSetup.cpp:913)
2578==2244== by 0x41DADB: RunGameOrAtlas(int, char const**) (main.cpp:504)
2579==2244== by 0x4138D6: main (main.cpp:550)
2580==2244==
2581==2244== 1,688 (136 direct, 1,552 indirect) bytes in 1 blocks are definitely lost in loss record 204 of 240
2582==2244== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2583==2244== by 0x632459B: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2584==2244== by 0x6324A2D: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2585==2244== by 0x6326000: ??? (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2586==2244== by 0x63267D5: _XlcCreateLC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2587==2244== by 0x6347ABF: _XlcUtf8Loader (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2588==2244== by 0x632DB71: _XOpenLC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2589==2244== by 0x632DCB7: _XlcCurrentLC (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2590==2244== by 0x632DD0D: XSetLocaleModifiers (in /usr/lib/x86_64-linux-gnu/libX11.so.6.3.0)
2591==2244== by 0x72D679B: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2592==2244== by 0x72D73C2: ??? (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2593==2244== by 0x72C7A6C: SDL_VideoInit (in /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0.11.3)
2594==2244==
2595==2244== 4,096 bytes in 1 blocks are definitely lost in loss record 220 of 240
2596==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2597==2244== by 0xAF59DD6: ogg_stream_init (in /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1)
2598==2244== by 0x6A655BD: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2599==2244== by 0x6A66014: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2600==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2601==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2602==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2603==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2604==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2605==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2606==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2607==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2608==2244==
2609==2244== 8,192 bytes in 1 blocks are definitely lost in loss record 228 of 240
2610==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2611==2244== by 0xAF59DE7: ogg_stream_init (in /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1)
2612==2244== by 0x6A655BD: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2613==2244== by 0x6A66014: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2614==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2615==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2616==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2617==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2618==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2619==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2620==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2621==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2622==2244==
2623==2244== 10,346 bytes in 1 blocks are definitely lost in loss record 230 of 240
2624==2244== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2625==2244== by 0xAF5AA9B: ogg_sync_buffer (in /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1)
2626==2244== by 0x6A63E74: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2627==2244== by 0x6A645C2: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2628==2244== by 0x6A65EA9: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2629==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2630==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2631==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2632==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2633==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2634==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2635==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2636==2244==
2637==2244== 16,384 bytes in 1 blocks are definitely lost in loss record 234 of 240
2638==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2639==2244== by 0xAF59DC6: ogg_stream_init (in /usr/lib/x86_64-linux-gnu/libogg.so.0.7.1)
2640==2244== by 0x6A655BD: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2641==2244== by 0x6A66014: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2642==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2643==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2644==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2645==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2646==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2647==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2648==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2649==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2650==2244==
2651==2244== 16,400 (16 direct, 16,384 indirect) bytes in 1 blocks are definitely lost in loss record 235 of 240
2652==2244== at 0x4C2B6CD: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2653==2244== by 0xAD341AB: ??? (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2654==2244== by 0xAD34DFA: vorbis_synthesis_init (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2655==2244== by 0x6A64BFC: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2656==2244== by 0x6A64D6F: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2657==2244== by 0x6A676C4: ov_read_filter (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2658==2244== by 0x6A67AE3: ov_read (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2659==2244== by 0x5F8FA5: OggStreamImpl<VorbisBufferAdapter>::GetNextChunk(unsigned char*, unsigned long) (ogg.cpp:273)
2660==2244== by 0x5A552B: COggData::FetchDataIntoBuffer(int, unsigned int*) (OggData.cpp:114)
2661==2244== by 0x5A568F: COggData::InitOggFile(Path const&) (OggData.cpp:67)
2662==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2663==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2664==2244==
2665==2244== 16,880 bytes in 1 blocks are definitely lost in loss record 236 of 240
2666==2244== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2667==2244== by 0xAD33BA0: _vorbis_block_ripcord (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2668==2244== by 0xAD37506: vorbis_synthesis (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2669==2244== by 0x6A64DCF: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2670==2244== by 0x6A676C4: ov_read_filter (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2671==2244== by 0x6A67AE3: ov_read (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2672==2244== by 0x5F8FA5: OggStreamImpl<VorbisBufferAdapter>::GetNextChunk(unsigned char*, unsigned long) (ogg.cpp:273)
2673==2244== by 0x5A552B: COggData::FetchDataIntoBuffer(int, unsigned int*) (OggData.cpp:114)
2674==2244== by 0x5A568F: COggData::InitOggFile(Path const&) (OggData.cpp:67)
2675==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2676==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2677==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2678==2244==
2679==2244== 20,744 (232 direct, 20,512 indirect) bytes in 1 blocks are definitely lost in loss record 238 of 240
2680==2244== at 0x4C29DB4: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2681==2244== by 0xAD34077: ??? (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2682==2244== by 0xAD34DFA: vorbis_synthesis_init (in /usr/lib/x86_64-linux-gnu/libvorbis.so.0.4.5)
2683==2244== by 0x6A64BFC: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2684==2244== by 0x6A64D6F: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2685==2244== by 0x6A676C4: ov_read_filter (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2686==2244== by 0x6A67AE3: ov_read (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2687==2244== by 0x5F8FA5: OggStreamImpl<VorbisBufferAdapter>::GetNextChunk(unsigned char*, unsigned long) (ogg.cpp:273)
2688==2244== by 0x5A552B: COggData::FetchDataIntoBuffer(int, unsigned int*) (OggData.cpp:114)
2689==2244== by 0x5A568F: COggData::InitOggFile(Path const&) (OggData.cpp:67)
2690==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2691==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2692==2244==
2693==2244== 80,379 (56 direct, 80,323 indirect) bytes in 1 blocks are definitely lost in loss record 239 of 240
2694==2244== at 0x4C2B7B2: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
2695==2244== by 0x6A64AF8: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2696==2244== by 0x6A65EE6: ??? (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2697==2244== by 0x6A66067: ov_open_callbacks (in /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3.3.4)
2698==2244== by 0x5F7FA1: OpenOggNonstream(boost::shared_ptr<IVFS> const&, Path const&, boost::shared_ptr<OggStream>&) (ogg.cpp:229)
2699==2244== by 0x5A55F3: COggData::InitOggFile(Path const&) (OggData.cpp:49)
2700==2244== by 0x5A49C4: CSoundData::SoundDataFromFile(Path const&) (SoundData.cpp:104)
2701==2244== by 0x5A33FA: CSoundManager::LoadItem(Path const&) (SoundManager.cpp:368)
2702==2244== by 0x5AD9AD: CNativeFunction<JMusicSound, false, bool, &(JMusicSound::Loop(JSContext*, unsigned int, unsigned long*))>::JSFunction(JSContext*, unsigned int, unsigned long*) (MusicSound.cpp:53)
2703==2244== by 0x57E61F8: js::Interpret(JSContext*, JSStackFrame*, unsigned int, JSInterpMode) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2704==2244== by 0x57EF904: js::RunScript(JSContext*, JSScript*, JSStackFrame*) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2705==2244== by 0x57EFDA1: js::Invoke(JSContext*, js::CallArgs const&, unsigned int) (in /home/ccousins/0ADdev/0ad/binaries/system/libmozjs185-ps-release.so.1.0)
2706==2244==
2707==2244== LEAK SUMMARY:
2708==2244== definitely lost: 57,272 bytes in 27 blocks
2709==2244== indirectly lost: 119,349 bytes in 475 blocks
2710==2244== possibly lost: 29 bytes in 1 blocks
2711==2244== still reachable: 1,120,147 bytes in 615 blocks
2712==2244== suppressed: 0 bytes in 0 blocks
2713==2244== Reachable blocks (those to which a pointer was found) are not shown.
2714==2244== To see them, rerun with: --leak-check=full --show-reachable=yes
2715==2244==
2716==2244== For counts of detected and suppressed errors, rerun with: -v
2717==2244== ERROR SUMMARY: 922367 errors from 153 contexts (suppressed: 3 from 3)