From: Jeremy F. <je...@go...> - 2003-06-09 16:42:40
|
On Mon, 2003-06-09 at 01:04, Prashant Verma wrote: > 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: Does the same thing happen with the Linux native version of acroread? I would guess that the core code is the same for the two versions, and it might indicate whether acroread really needs a huge stack, or its some artifact of the wine+acroread combination. J |