Re: [GHC] #885: GHC doesn't work with Data Execution Prevention on Windows

2006-12-12 Thread GHC
#885: GHC doesn't work with Data Execution Prevention on Windows
--+-
 Reporter:  guest |  Owner:  simonmar
 Type:  bug   | Status:  closed  
 Priority:  normal|  Milestone:  6.6.1   
Component:  Compiler  |Version:  6.4.2   
 Severity:  major | Resolution:  fixed   
 Keywords:| Difficulty:  Unknown 
 Testcase:  N/A   |   Architecture:  x86 
   Os:  Windows   |  
--+-
Changes (by simonmar):

  * resolution:  = fixed
  * status:  new = closed

Comment:

 Patch pushed to 6.6, and merged to HEAD.  Thanks!

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/885
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #743: -M limit exceeded by a factor of 2

2006-12-12 Thread GHC
#743: -M limit exceeded by a factor of 2
+---
 Reporter:  simonmar|  Owner:  simonmar
 Type:  bug | Status:  new 
 Priority:  normal  |  Milestone:  6.6.1   
Component:  Runtime System  |Version:  6.4.1   
 Severity:  normal  | Resolution:  
 Keywords:  | Difficulty:  Unknown 
 Testcase:  N/A |   Architecture:  x86 
   Os:  Linux   |  
+---
Comment (by simonmar):

 Further notes on this one: I can't reproduce the problem with the
 submitter's test case.  It appears to be something system-dependent; Ketil
 can still reproduce it.  Looking at a log of one of the offending runs, it
 seems the heap size levels off at the -M limit as expected, but the top
 output shows the process still growing.

 I'm following up with Ketil to find out who/what is allocating the extra
 memory.

-- 
Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/743
GHC http://www.haskell.org/ghc/
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Visual Haskell installer 2005 failed for non standard location.

2006-12-12 Thread pjd tech

Greetings.

Visual Haskell installer for VS-2005 failed to complete when I changed
the installer location to a different folder (from C:\Program
Files\Visual Haskell).

It seemed to copy over all the files but failed to register some dlls
at the very end.

It went through successfully when I accepted the default location next
time I installed it. (After an uninstall..)

About my system.

My system is a Windows XP workstation SP2.
I have both VC6, VC71 and VC2005 installed in my system.

I had installed Visual Haskell 0.0 for VS71 previously. But I
uninstalled it this morning before trying the latest version for 2005.

hth
pj
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Bug Report: Visual Haskell, 0.2 build hangs on 0.0 projects

2006-12-12 Thread Roberto Lublinerman
Hello All,

I don't know if anyone else has experienced this. I have a couple of
projects that I have been working on using version 0.0, and after upgrading
an trying to perform a build or rebuild, it seems like it starts the build
process but nothing gets displayed in the output window and vs stops
responding. 
 
I tried a new project and it worked perfectly. Then I added my files to this
new project and it worked (I could build, rebuild, etc) until I closed it
and reopened again, then trying to build just does not work (as with 0.0
projects). So I am leaning towards believing that I have something strange
in my projects. 

My projects consists on all literate haskell files, a couple of alex and
happy files. I also noticed some strange behaviour if I try to make Main a
literate haskell file (an editing the cabal file).

Now I am building from the command line but I miss the ability to build from
the IDE :( Needless to say I loved this plugin.

Regards,
Roberto Lublinerman.





 

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


BUG in HAskell! Help! Bad interface file: IO.hi

2006-12-12 Thread fidan

  ___ ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |  GHC Interactive, version 6.6, for Haskell 98.
/ /_\\/ __  / /___| |  http://www.haskell.org/ghc/
\/\/ /_/\/|_|  Type :? for help.

Loading package base ... linking ... done.

interactive:1:84:
Bad interface file: IO.hi
IO.hi: openBinaryFile: does not exist (No such file or directory)
ghc-6.6: panic! (the 'impossible' happened)
  (GHC version 6.6 for i386-unknown-solaris2):
interactiveUI:flush

Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

z03-uname -a
SunOS z03 5.10 Generic_118855-19 i86pc i386 i86pc
z03-cat/etc/motd
bash: cat/etc/motd: No such file or directory
z03-gcc -v
Using built-in specs.
Target: i386-pc-solaris2.10
Configured with: ../gcc-4.0.3/configure --prefix=/usr/local/lang  
-program-suffix=_4.0.3 --enable-64bit --with-gnu-as  
--with-as=/usr/local/bin/gnu-as --with-ld=/usr/ccs/bin/ld  
--enable-version-specific-runtime-libs --enable-languages=c :  
(reconfigured) ../gcc-4.0.3/configure --prefix=/usr/local/lang  
-program-suffix=_4.0.3 --enable-64bit --with-gnu-as  
--with-as=/usr/local/bin/gnu-as --with-ld=/usr/ccs/bin/ld  
--enable-version-specific-runtime-libs --enable-languages=c,c++

Thread model: posix
gcc version 4.0.3


___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


bug in GHC master Makefile

2006-12-12 Thread Norman Ramsey
'make uninstall' silently does nothing:

: [EMAIL PROTECTED] 10261 ; make -n uninstall
for i in   ; do   \
  if test $i; then\
echo rm -f /usr/local/bin/`basename $i`;\
rm -f /usr/local/bin/`basename $i`; \
  fi;   \
done
for i in   ; do   \
  if test $i; then\
echo rm -f /usr/local/lib/ghc-6.5/`basename $i`;   \
rm -f /usr/local/lib/ghc-6.5/`basename $i`;\
  fi;   \
done
for i in  ; do\
  if test $i; then\
echo rm -f /usr/local/lib/ghc-6.5/`basename $i`;\
rm -f /usr/local/lib/ghc-6.5/`basename $i`; \
  fi;   \
done
for i in  ; do\
  if test $i; then\
echo rm -f /usr/local/share/ghc-6.5/`basename $i`; \
rm -f /usr/local/share/ghc-6.5/`basename $i`;   \
  fi;   \
done


There's such a twisty little maze of includes that I didn't even
try to fix this one myself.  Presumably to one who knows, the fix
will be obvious.


Norman

P.S. The web interface for submitting bugs won't let me log in.
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: BUG in HAskell! Help! Bad interface file: IO.hi

2006-12-12 Thread Christian Maeder
How did you call ghci? Maybe some *.hi files build on another platform
were lying around.

Cheers Christian

Loading IO works for me (on the same machine):

Loading package base ... linking ... done.
Prelude :m IO
Prelude IO

[EMAIL PROTECTED] schrieb:
   ___ ___ _
   / _ \ /\  /\/ __(_)
  / /_\// /_/ / /  | |  GHC Interactive, version 6.6, for Haskell 98.
 / /_\\/ __  / /___| |  http://www.haskell.org/ghc/
 \/\/ /_/\/|_|  Type :? for help.
 
 Loading package base ... linking ... done.
 
 interactive:1:84:
 Bad interface file: IO.hi
 IO.hi: openBinaryFile: does not exist (No such file or directory)
 ghc-6.6: panic! (the 'impossible' happened)
   (GHC version 6.6 for i386-unknown-solaris2):
 interactiveUI:flush
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs