MathGroup Archive 2004

[Date Index] [Thread Index] [Author Index]

Search the Archive

Stack Error - is there something I can do about it ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg49986] Stack Error - is there something I can do about it ?
  • From: "Maurits de Graaf" <mauritsdegraaf at euronet.nl>
  • Date: Mon, 9 Aug 2004 04:29:25 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I am using Mathematica 4.0 on a pentium 2 866 MHZ 256 MB RAM, Windows 98
system. At the moment I have the following problem, there is a certain
algorithm that runs with success for small values of n. Actually it runs to
about n=90. However, when that subroutine is called withn n=100 mathematica
breaks completely, and gives a general error ("mathkernal has made a general
error" with in the details: -- in dutch -- "Mathkernel has made a stack
error in module MathDll.dll on ..." ). I've been struggling with this for
several weeks, and tried to program with as little memory as possible. But
still this error keeps occuring. Is there some simple remedy for it (e.g.
increasing the memory or stack space in some way?) Thank you for any help.

(If needed I could provide you with more details on the graph theoretical
algorithm that I'm investigating)

MATHKERNEL heeft een stackfout veroorzaakt in module MATHDLL.DLL op
0177:01cc3c97.
Registers:
EAX=00000000 CS=0177 EIP=01cc3c97 EFLGS=00010246
EBX=023d5bf8 SS=017f ESP=028f2000 EBP=02362e40
ECX=03aa844c DS=017f ESI=00000000 FS=4e7f
EDX=023d5bf8 ES=017f EDI=00000002 GS=0000
Bytes in CS:EIP:
53 56 57 74 0f 68 40 2e 36 02 6a 00 e8 38 ec fe
Stackdump:
01cda29d 00000018 00000001 00000000 01cb62c8 00000018 00000002 00000000
01cbdd62 00000002 00000002 00000000 00000001 01cf6599 00000002 023d5bf8

regards,

Maurits



  • Prev by Date: Re: Reduce/Solve
  • Next by Date: Re: button to emulate Shift-Enter
  • Previous by thread: Re: UnrankPermutation newbie problem .. Combinatorica Package
  • Next by thread: Re: Re: populate a list with random numbers fromnormal distribution?