diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-17 15:06:20 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:54 +0200 |
commit | 520961ffa874987766426dec07f4248eeffd5786 (patch) | |
tree | e3047cadfa6cb81cc0a712c10edd7954024d2f64 /lib/runtime_tools/src | |
parent | 16cec30344da7623ad38ab17fc751d7955af506e (diff) | |
download | otp-520961ffa874987766426dec07f4248eeffd5786.tar.gz otp-520961ffa874987766426dec07f4248eeffd5786.tar.bz2 otp-520961ffa874987766426dec07f4248eeffd5786.zip |
runtime_tools: Remove VxWorks
Diffstat (limited to 'lib/runtime_tools/src')
-rw-r--r-- | lib/runtime_tools/src/dbg.erl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/runtime_tools/src/dbg.erl b/lib/runtime_tools/src/dbg.erl index 385047ee73..d35c8e781e 100644 --- a/lib/runtime_tools/src/dbg.erl +++ b/lib/runtime_tools/src/dbg.erl @@ -431,10 +431,8 @@ trace_port1(file, Filename, Options) -> fun() -> Name = filename:absname(Filename), %% Absname is needed since the driver uses - %% the supplied name without further investigations, - %% and if the name is relative the resulting path - %% might be too long which can cause a bus error - %% on vxworks instead of a nice error code return. + %% the supplied name without further investigations. + %% Also, the absname must be found inside the fun, %% in case the actual node where the port shall be %% started is on another node (or even another host) |