From: Prashant V. <pra...@ya...> - 2003-06-09 09:55:14
|
I just reran valgrind 1.9.6-wine with the following command line (without cachegrind): valgrind --trace-children=yes wine ./Acrobat.exe And this time it stopped with : disInstr: unhandled opcode 0x94 then 0x8B valgrind: the `impossible' happened: unhandled x86 opcode Basic block ctr is approximately 91650000 This is followed by some lines of sched status. For the stack size previously running cachegrind, I've tried 32<<20 (thats 1<<25).I'll try with 1<<27, but I wonder if this could point to a bug. -Prashant --- Nicholas Nethercote <nj...@ca...> wrote: > On Mon, 9 Jun 2003, Prashant Verma wrote: > > > Hi, > > I was trying to run valgrind with wine. As an > example > > app I used Acrobat Reader.exe The following > command > > gives a stack overflow problem: > > valgrind --trace-children=yes --skin=cachegrind > wine > > ./Acrobat.exe > > The error I get is: > > ==21778== Error: STACK OVERFLOW: thread 2: stack > used 33628844, available 33554416 > > ==21778== Terminating Valgrind. If thread(s) > really need more stack, increase > > ==21778== VG_PTHREAD_STACK_SIZE in vg_include.h > and recompile. > > > > I have increased the stack size as the above error > > message shows, from the original (1<<20). > > Looks like you've increased it to (1<<25), but that > still wasn't big > enough... have you tried (1<<26) or (1<<27)? > > Either way, that seems like a very big stack. Do > you have the same > problems with other apps? Do you have the same > problems with other skins, > or only Cachegrind? > > N > __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |