Re: clisp crashes on startup

2012-07-13 Thread Daniel Colascione
On 7/13/12 9:30 AM, Reini Urban wrote: > On Fri, Jul 13, 2012 at 9:26 AM, Corinna Vinschen wrote: >> On Jul 13 07:52, Reini Urban wrote: >>> On Fri, Jul 13, 2012 at 2:40 AM, Corinna Vinschen wrote: On Jul 12 20:48, Daniel Colascione wrote: > On 7/10/12 8:41 AM, Daniel Colascione wrote: >>>

Re: clisp crashes on startup

2012-07-13 Thread Reini Urban
On Fri, Jul 13, 2012 at 9:26 AM, Corinna Vinschen wrote: > On Jul 13 07:52, Reini Urban wrote: >> On Fri, Jul 13, 2012 at 2:40 AM, Corinna Vinschen wrote: >> > On Jul 12 20:48, Daniel Colascione wrote: >> >> On 7/10/12 8:41 AM, Daniel Colascione wrote: >> >> > On 7/10/12 1:13 AM, Corinna Vinschen w

Re: clisp crashes on startup

2012-07-13 Thread Corinna Vinschen
On Jul 13 07:52, Reini Urban wrote: > On Fri, Jul 13, 2012 at 2:40 AM, Corinna Vinschen wrote: > > On Jul 12 20:48, Daniel Colascione wrote: > >> On 7/10/12 8:41 AM, Daniel Colascione wrote: > >> > On 7/10/12 1:13 AM, Corinna Vinschen wrote: > >> >> On Jul 9 21:59, Daniel Colascione wrote: > >> >>

Re: clisp crashes on startup

2012-07-13 Thread Reini Urban
On Fri, Jul 13, 2012 at 2:40 AM, Corinna Vinschen wrote: > On Jul 12 20:48, Daniel Colascione wrote: >> On 7/10/12 8:41 AM, Daniel Colascione wrote: >> > On 7/10/12 1:13 AM, Corinna Vinschen wrote: >> >> On Jul 9 21:59, Daniel Colascione wrote: >> >>> On 7/9/12 2:26 PM, Daniel Colascione wrote: >>

Re: clisp crashes on startup

2012-07-13 Thread Corinna Vinschen
On Jul 12 20:48, Daniel Colascione wrote: > On 7/10/12 8:41 AM, Daniel Colascione wrote: > > On 7/10/12 1:13 AM, Corinna Vinschen wrote: > >> On Jul 9 21:59, Daniel Colascione wrote: > >>> On 7/9/12 2:26 PM, Daniel Colascione wrote: > [snip] > >>> > >>> It turns out that clisp crashes only wh

Re: clisp crashes on startup

2012-07-12 Thread Daniel Colascione
On 7/10/12 8:41 AM, Daniel Colascione wrote: > On 7/10/12 1:13 AM, Corinna Vinschen wrote: >> On Jul 9 21:59, Daniel Colascione wrote: >>> On 7/9/12 2:26 PM, Daniel Colascione wrote: [snip] >>> >>> It turns out that clisp crashes only when I've rebased DLLs into the >>> high portion of the 4G

Re: clisp crashes on startup

2012-07-10 Thread Daniel Colascione
On 7/10/12 1:13 AM, Corinna Vinschen wrote: > On Jul 9 21:59, Daniel Colascione wrote: >> On 7/9/12 2:26 PM, Daniel Colascione wrote: >>> [snip] >> >> It turns out that clisp crashes only when I've rebased DLLs into the >> high portion of the 4GB WOW64 address space. > > Where did you rebase them

Re: clisp crashes on startup

2012-07-10 Thread Corinna Vinschen
On Jul 9 21:59, Daniel Colascione wrote: > On 7/9/12 2:26 PM, Daniel Colascione wrote: > > [snip] > > It turns out that clisp crashes only when I've rebased DLLs into the > high portion of the 4GB WOW64 address space. Where did you rebase them to? You know that on WOW64 and with the bigaddr fla

Re: clisp crashes on startup

2012-07-09 Thread Daniel Colascione
On 7/9/12 2:26 PM, Daniel Colascione wrote: > [snip] It turns out that clisp crashes only when I've rebased DLLs into the high portion of the 4GB WOW64 address space. It looks like clisp isn't 32-bit clean. Turning off bigaddr on lisp.exe lets clisp load, but of course it can't fork. signature.

Re: clisp crashes on startup

2012-07-09 Thread Daniel Colascione
On 7/9/12 2:01 PM, Reini Urban wrote: > On Sat, Jul 7, 2012 at 2:07 PM, Daniel Colascione wrote: >> On 7/7/2012 10:44 AM, marco atzeri wrote: >>> On 7/7/2012 6:19 PM, Reini Urban wrote: On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: > On 7/7/12 6:04 AM, marco atzeri wrote: >

Re: clisp crashes on startup

2012-07-09 Thread Reini Urban
On Sat, Jul 7, 2012 at 2:07 PM, Daniel Colascione wrote: > On 7/7/2012 10:44 AM, marco atzeri wrote: >> On 7/7/2012 6:19 PM, Reini Urban wrote: >>> On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: On 7/7/12 6:04 AM, marco atzeri wrote: > On 7/7/2012 12:45 AM, Daniel Colascione wro

Re: clisp crashes on startup

2012-07-08 Thread Andrey Repin
Greetings, Daniel Colascione! > $ cat /etc/fstab > none /drvcygdrive binary 0 0 > c:/bin/usr/binntfs cygexec0 0 > c:/bin/binntfs cygexec0 0 > c:/usr/local/bin /usr/local/bin ntfs cygexec

Re: clisp crashes on startup

2012-07-07 Thread Daniel Colascione
On 7/7/2012 10:44 AM, marco atzeri wrote: > On 7/7/2012 6:19 PM, Reini Urban wrote: >> On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: >>> On 7/7/12 6:04 AM, marco atzeri wrote: On 7/7/2012 12:45 AM, Daniel Colascione wrote: > $ clisp >> >> Looks like a missing dependency or wron

Re: clisp crashes on startup

2012-07-07 Thread Daniel Colascione
On 7/7/2012 9:51 AM, Andrey Repin wrote: >>> your mount table looks strange >>> >>> C:/ system binary,auto >>> c:\bin/binsystem text,cygexec >>> c:/bin/usr/binsystem text,cygexec >>> C:\lib/usr/libsyste

Re: clisp crashes on startup

2012-07-07 Thread marco atzeri
On 7/7/2012 6:19 PM, Reini Urban wrote: On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: On 7/7/12 6:04 AM, marco atzeri wrote: On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Looks like a missing dependency or wrong dll perm. I saw none in your cygcheck. Can you try $ ldd /

Re: clisp crashes on startup

2012-07-07 Thread Andrey Repin
Greetings, Daniel Colascione! >>> $ clisp >> >> Trimming a bit ? > Not at all. I just installed the stock clisp package and tried to run it. It was a suggestion, not a question. >> your mount table looks strange >> >> C:/ system binary,auto >> c:\bin

Re: clisp crashes on startup

2012-07-07 Thread Reini Urban
On Sat, Jul 7, 2012 at 8:41 AM, Daniel Colascione wrote: > On 7/7/12 6:04 AM, marco atzeri wrote: >> On 7/7/2012 12:45 AM, Daniel Colascione wrote: >>> $ clisp Looks like a missing dependency or wrong dll perm. I saw none in your cygcheck. Can you try $ ldd /usr/lib/clisp-2.48/base/lisp.exe and

Re: clisp crashes on startup

2012-07-07 Thread Daniel Colascione
On 7/7/12 6:04 AM, marco atzeri wrote: > On 7/7/2012 12:45 AM, Daniel Colascione wrote: >> $ clisp > > Trimming a bit ? Not at all. I just installed the stock clisp package and tried to run it. > your mount table looks strange > > C:/ system binary,auto > c:\bin

Re: clisp crashes on startup

2012-07-07 Thread marco atzeri
On 7/7/2012 12:45 AM, Daniel Colascione wrote: $ clisp Trimming a bit ? Welcome to GNU CLISP 2.48 (2009-07-28) Type :h and hit Enter for context help. Segmentation fault (core dumped) no issue on W7/64 $ cat lisp.exe.stackdump Exception: STATUS_ACCESS_VIOLATIO