[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] RE : [Bug #3467] Fail to compile mscorlib.dll 0.5.6
From: |
Yannis BRES |
Subject: |
[Pnet-developers] RE : [Bug #3467] Fail to compile mscorlib.dll 0.5.6 |
Date: |
Mon, 12 May 2003 11:19:41 +0200 |
Hi !
Could someone tell me which files were changed in order to correct this
bug ? I can't find any relevant file updated since "Wed 05/07/2003 at 10:49
(GMT)" in the CVS repository...
Thanks in advance,
Yannis
> -----Original Message-----
> From: address@hidden [mailto:address@hidden
> Sent: Wednesday, May 07, 2003 12:50 PM
> To: address@hidden; address@hidden;
> address@hidden; address@hidden; address@hidden
> Subject: [Bug #3467] Fail to compile mscorlib.dll 0.5.6
>
>
>
> =================== BUG #3467: LATEST MODIFICATIONS ==================
> http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3467&group_id=353
>
> Changes by: Rhys Weatherley <address@hidden>
> Date: Wed 05/07/2003 at 10:49 (GMT)
>
> What | Removed | Added
> --------------------------------------------------------------
> -------------
> Resolution | None | Fixed
> Status | Open | Closed
>
>
> ------------------ Additional Follow-up Comments
> ----------------------------
> Fix committed 7 May 2003
>
>
>
> =================== BUG #3467: FULL BUG SNAPSHOT ===================
>
>
> Submitted by: yannis_bres Project: DotGNU
> Portable.NET
> Submitted on: Mon 05/05/2003 at 10:22
> Category: None Severity: 5 - Major
>
> Bug Group: None Resolution: Fixed
>
> Assigned to: None Status: Closed
>
>
> Summary: Fail to compile mscorlib.dll 0.5.6
>
> Original Submission: There is a problem when compiling
> mscorlib.dll 0.5.6 under Cygwin on Windows XP SP1, when
> running cscc on the .cs files that compose the runtime.
> It looks like there is a limit in the size of a command-line,
> either coming from Cygwin's bash or Win32.
>
> cscc can be lauched successfully with the file list up to
> ./System/Runtime/CompilerServices/CompilerGlobalScopeAttribute
> .cs (but there are a lot of errors due to missing types).
>
> If we add
> ./System/Runtime/CompilerServices/CustomConstantAttribute.cs,
> then it fails:
> L:\Cygwin\usr\local\bin\cscc.exe: *** fork: can't reserve
> memory for stack 0x40000 - 0x240000, Win32 error 487
> 2049 [main] cscc 4048 sync_with_child: child 3684(0x724)
> died before initialization with status code 0x1
> 2938 [main] cscc 4048 sync_with_child: *** child state
> waiting for longjmp
> fork: Resource temporarily unavailable
>
> If we include some more files, or all the files, or if we try
> to reduce the list length with wildcards that will be
> expanded by the shell, then we end up with:
> bash: /usr/local/bin/cscc: Invalid argument
>
> Any idea/workaround ?
>
>
> Follow-up Comments
> *******************
>
> -------------------------------------------------------
> Date: Wed 05/07/2003 at 10:49 By: rweather
> Fix committed 7 May 2003
>
>
> CC list is empty
>
>
> No files currently attached
>
>
> For detailed info, follow this link:
> http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3467&group_id=353