From: Prashant V. <pra...@ya...> - 2003-06-09 08:04:10
|
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). If I run wine without valgrind, there is no problem, i.e. the following: wine ./Acrobat.exe runs fine. Any suggestions on what could be going wrong and how to fix it? -Prashant __________________________________ Do you Yahoo!? Yahoo! Calendar - Free online calendar with sync to Outlook(TM). http://calendar.yahoo.com |