Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 100473 - mono-1.1.8.2 possible sandbox problem
Summary: mono-1.1.8.2 possible sandbox problem
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: dotnet project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-27 08:43 UTC by mgr3g0ry
Modified: 2005-08-04 11:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mgr3g0ry 2005-07-27 08:43:42 UTC
errors refer to build directory:

in [0x00289] (at
/var/tmp/portage/mono-1.1.8.2/work/mono-1.1.8.2/mcs/class/System/System.Diagnostics/Process.cs:823)
Syste m.Diagnostics.Process:Start_common (System.Diagnostics.ProcessStartInfo
startInfo, System.Diagnostics.Process process)


Reproducible: Always
Steps to Reproduce:
1. any program running off mono
2. cause error
3.

Actual Results:  
see error output in Details above

Expected Results:  
no errors/error report?
Comment 1 Peter Johanson (RETIRED) gentoo-dev 2005-08-04 11:15:51 UTC
This is definitely not a sandbox problem. When you request debugging info, you
get the full path to the source file when it was compiled. In this case, mono
was built in /var/tmp/portage. You'd see your homedir if you built mono by hand
and installed it into /usr/local/. Marking INVALID, please feel free to re-open
if you are actually experiencing problems as a result of this fact. Thanks.