bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] new Raccoon's brain


From: Øystein Johansen
Subject: Re: [Bug-gnubg] new Raccoon's brain
Date: Sun, 02 Mar 2003 12:32:18 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.2.1) Gecko/20021130

Øystein O Johansen wrote:

The next problem is that qsort in line 3179 in eval.c fails when I'm
evaluation at higher plies. Can anyone explain that?
How does it fail? Does it not sort? Crash? Produce a corrupted list?

Sorry I didn't specify. It's a crash, and Insight says:

Program received signal SIGSEGV, Segmentation fault.
By a coincidence I found the problem. I compiled the library with the -mrtd option, so that the dll can be called from other applications (A spreadsheet application or similar) as well. This option gives a different calling convension which should (?) be compatible with stdcall. Obviously this didn't work with the qsort call in eval.c.

-Øystein





reply via email to

[Prev in Thread] Current Thread [Next in Thread]