This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Rebase issues with cygwin RMagick


Hi guys,
I have created a simple rmagick  ruby script, which works fine, but
when I get to get input from wxcocoadialog (a gui dialog) I run into
the "good" old "unable to remap" issue. I'm usually able to fix these
kind of issues by doing a rebaseall, but not this time :-( I have also
tried to reinstall cygwin, imagemagick and rmagick, but nothing seems
to help. The script worked fine a couple of weeks ago, so I'm assuming
that it's caused by a recent cygwin update(?)

It seems that the --enable-auto-image-base flag has been set for ruby
and imagemagick...

Here is the error I'm getting:
------------------
   8374 [main] ruby 3516 C:\cygwin\bin\ruby.exe: *** fatal error -
unable to remap C:\cygwin\lib\ruby\site_ruby\1
.8\i386-cygwin\RMagick.so to same address as parent(0x3A000) != 0x1C980000
     5 [main] ruby 5524 fork: child 3516 - died waiting for dll
loading, errno 11
1192542 [main] ruby 884 C:\cygwin\bin\ruby.exe: *** fatal error -
unable to remap
C:\cygwin\lib\ruby\site_ruby\1.8\i386-cygwin\RMagick.so to same
address as parent(0x3A000) != 0x1C980000
......
------------------

Here is some exmple code for reproducing the problem (I'm just
executing notepad here, it could be any gui app...):

------------------
 #!/usr/bin/ruby
require 'RMagick'
app = `notepad`
------------------

Here is the sw versions in my set up:
------------------
 cygwin (1.5.24-2)
libMagick-devel (6.3.0.1-2)
ruby (1.8.5-3)
rmagick (1.15.5)
------------------

Cheers,
Bjarne

Attachment: cygcheck.out
Description: Binary data

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]