|
From: Matthew A. <fr...@me...> - 2009-12-16 05:41:16
|
I'm getting assertions in readpdb.c (pdb_dump line 1882). Is that common? valgrind-3.5.0 wine-1.1.34 ubuntu 8. My win32 app is built with Visual C++ v6. -- Matthew Allen |
|
From: Dan K. <da...@ke...> - 2009-12-16 06:42:43
|
On Tue, Dec 15, 2009 at 7:11 PM, Matthew Allen <fr...@me...> wrote: > I'm getting assertions in readpdb.c (pdb_dump line 1882). Is that common? > > valgrind-3.5.0 > wine-1.1.34 > ubuntu 8. > > My win32 app is built with Visual C++ v6. I don't think I've seen that myself. Just to check, could you try building valgrind as described in http://wiki.winehq.org/Wine_and_Valgrind ? If it's still asserting on you, please file a bug. - Dan |
|
From: Matthew A. <fr...@me...> - 2009-12-16 21:35:13
|
---------- Original Message ---------- To: Matthew Allen (fr...@me...) From: Dan Kegel (da...@ke...) Subject: Re: [Valgrind-users] Valgrinding win32 apps under WINE Date: 16/12/2009 5:42:32p > On Tue, Dec 15, 2009 at 7:11 PM, Matthew Allen <fr...@me...> wrote: > > I'm getting assertions in readpdb.c (pdb_dump line 1882). Is that common? > > valgrind-3.5.0 > > wine-1.1.34 > > ubuntu 8. > > > > My win32 app is built with Visual C++ v6. > > I don't think I've seen that myself. > > Just to check, could you try building valgrind as described in > http://wiki.winehq.org/Wine_and_Valgrind Yes, I did the checkout from svn recipe, but the "sh autogen.sh" didn't work for me (no autogen.sh script to run)... so I skipped it. Still seemed to build and run ok. What PDB format reference are you guys working to? I'm ready to have a crack at working out why my particular PDB's don't work with valgrind. -- Matthew Allen |
|
From: Tom H. <to...@co...> - 2009-12-16 21:46:07
|
On 16/12/09 21:34, Matthew Allen wrote: > What PDB format reference are you guys working to? I'm ready to have a crack at working out why my particular PDB's don't work with valgrind. We're not - we just steal the PDB reading code wholesale from wine. If you have a problem with the PDB code then the place to fix it is probably in wine not valgrind. Then generate a patch to bring valgrind up to date with wine's PDB reader. Tom -- Tom Hughes (to...@co...) http://www.compton.nu/ |