Re: [racket-dev] Seg fault

2014-08-01 Thread Evgeny Odegov
Thu, 31 Jul 2014 16:54:15 +0700 (NOVT), "Evgeny Odegov" wrote: Today some conditions met on my machine and DrRacket began to crash almost immediately after run. So I reproduced it many times. The results of last several crashes: * Seg fault (internal error) at 31a3a4c Seg fault (internal

Re: [racket-dev] Seg fault

2014-07-31 Thread Evgeny Odegov
ach to the process while a "program has >> crashed" dialog is showing. A C-level backtrace extracted from the >> debugger might be helpful. >> >> If you don't have Visual Studio installed, does the OS offer any >> additional information at all? >> >

Re: [racket-dev] Seg fault

2014-07-31 Thread Evgeny Odegov
ht be helpful. >> >> If you don't have Visual Studio installed, does the OS offer any >> additional information at all? >> >> At Thu, 31 Jul 2014 16:54:15 +0700 (NOVT), "Evgeny Odegov" wrote: >>> Today some conditions met on my machine and DrRac

Re: [racket-dev] Seg fault

2014-07-31 Thread Evgeny Odegov
. A C-level backtrace extracted from the > debugger might be helpful. > > If you don't have Visual Studio installed, does the OS offer any > additional information at all? > > At Thu, 31 Jul 2014 16:54:15 +0700 (NOVT), "Evgeny Odegov" wrote: >> Today some condition

[racket-dev] Seg fault

2014-07-31 Thread Evgeny Odegov
Today some conditions met on my machine and DrRacket began to crash almost immediately after run. So I reproduced it many times. The results of last several crashes: * Seg fault (internal error) at 31a3a4c Seg fault (internal error) at 31a3a4c Seg fault (internal error) at 31a3a4c * Seg

Re: [racket-dev] DrRacket display bug

2013-09-26 Thread Evgeny Odegov
In addition: v5.3.6 and 'Show line numbers' is switched on. _ Racket Developers list: http://lists.racket-lang.org/dev

[racket-dev] DrRacket display bug

2013-09-26 Thread Evgeny Odegov
To reproduce: Generate file with the following script (filepath doesn't matter) and open in DrRacket. #lang racket/base (require racket/file math/number-theory) (with-output-to-file "d:/big-numbers.rkt" (λ () (define x (factorial 5000)) (displayln "#lang racket") (displayln "(defin