[racket-dev] Scribble bug?

2014-07-31 Thread Antonio Menezes Leitao
Hi, Scribble doesn't correctly render scaled bitmaps when the scale produces ratios in the width or height of the pict. The following scribble program: #lang scribble/base @(require pict) @(bitmap foo.jpg) generates an html file that includes: img style=vertical-align: 0px; margin: -3px -3px

Re: [racket-dev] Seg fault

2014-07-31 Thread Robby Findler
I also tried both the 64 and 32 bit builds on my windows vm and couldn't get it to crash. Is there something specific you're doing in drracket? I just opened a few files and clicked around and nothing untoward happened. Robby On Thu, Jul 31, 2014 at 9:42 AM, Matthew Flatt mfl...@cs.utah.edu

Re: [racket-dev] Seg fault

2014-07-31 Thread Evgeny Odegov
After some experience with Visual Studio 2010 Express I have a result. Before crash debugger notifies about some unhandled 0xC005 exceptions: Unhandled exception in the 0x65364ac8 in DrRacket.exe: 0xC005: Access violation when writing 0x049a3fbc Those exceptions are the same. The

Re: [racket-dev] Seg fault

2014-07-31 Thread Evgeny Odegov
There is nothing specific (I guess you mean unsafe functions or FFI). I noticed that most frequently crash happens while background expansion process. I also tried both the 64 and 32 bit builds on my windows vm and couldn't get it to crash. Is there something specific you're doing in