Closed
Bug 786860
Opened 12 years ago
Closed 12 years ago
Nightly spams my console
Categories
(Toolkit Graveyard :: OS.File, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 785200
People
(Reporter: MatsPalmgren_bugz, Assigned: Yoric)
References
Details
(Keywords: regression)
STEPS TO REPRODUCE
1. Start Nightly (2012-08-25) on Linux64 in a terminal window
ACTUAL RESULTS
The following text is printed:
OS Determining best projection for type int8_t (size: 1 ) signed
OS Projected as a regular number
OS Determining best projection for type uint8_t (size: 1 ) unsigned
OS Projected as a regular number
OS Determining best projection for type int16_t (size: 2 ) signed
OS Projected as a regular number
OS Determining best projection for type uint16_t (size: 2 ) unsigned
OS Projected as a regular number
OS Determining best projection for type int32_t (size: 4 ) signed
OS Projected as a regular number
OS Determining best projection for type uint32_t (size: 4 ) unsigned
OS Projected as a regular number
OS Determining best projection for type int64_t (size: 8 ) signed
OS Projected as a large signed integer
OS Determining best projection for type uint64_t (size: 8 ) unsigned
OS Projected as a large unsigned integer
OS Determining best projection for type off_t (size: 8 ) signed
OS Projected as a large signed integer
OS Determining best projection for type size_t (size: 8 ) unsigned
OS Projected as a large unsigned integer
OS Determining best projection for type ssize_t (size: 8 ) signed
OS Projected as a large signed integer
OS Attempting to declare FFI osfile_wstrdup
OS Function osfile_wstrdup declared
OS Attempting to declare FFI osfile_EncodeAll
OS Function osfile_EncodeAll declared
OS Attempting to declare FFI osfile_DecodeAll
OS Function osfile_DecodeAll declared
OS Unix allthreads Could not open libc libsystem.B.dylib
OS Attempting to declare FFI access
OS Function access declared
OS Attempting to declare FFI chdir
OS Function chdir declared
OS Attempting to declare FFI chmod
OS Function chmod declared
OS Attempting to declare FFI chown
OS Function chown declared
OS Attempting to declare FFI copyfile
OS Could not declare function copyfile Error: couldn't find function symbol in library
OS Attempting to declare FFI dup
OS Function dup declared
OS Attempting to declare FFI chdir
OS Function chdir declared
OS Attempting to declare FFI fchdir
OS Function fchdir declared
OS Attempting to declare FFI fchown
OS Function fchown declared
OS Attempting to declare FFI fsync
OS Function fsync declared
OS Attempting to declare FFI getcwd
OS Function getcwd declared
OS Attempting to declare FFI getwd
OS Function getwd declared
OS Attempting to declare FFI get_current_dir_name
OS Function get_current_dir_name declared
OS Attempting to declare FFI getwd
OS Function getwd declared
OS Attempting to declare FFI fdatasync
OS Function fdatasync declared
OS Attempting to declare FFI ftruncate
OS Function ftruncate declared
OS Attempting to declare FFI fstat
OS Could not declare function fstat Error: couldn't find function symbol in library
OS Attempting to declare FFI lchown
OS Function lchown declared
OS Attempting to declare FFI link
OS Function link declared
OS Attempting to declare FFI lseek
OS Function lseek declared
OS Attempting to declare FFI mkdir
OS Function mkdir declared
OS Attempting to declare FFI mkstemp
OS Function mkstemp declared
OS Attempting to declare FFI open
OS Function open declared
OS Attempting to declare FFI opendir
OS Function opendir declared
OS Attempting to declare FFI pread
OS Function pread declared
OS Attempting to declare FFI pwrite
OS Function pwrite declared
OS Attempting to declare FFI read
OS Function read declared
OS Attempting to declare FFI readdir
OS Function readdir declared
OS Attempting to declare FFI rename
OS Function rename declared
OS Attempting to declare FFI rmdir
OS Function rmdir declared
OS Attempting to declare FFI splice
OS Function splice declared
OS Attempting to declare FFI symlink
OS Function symlink declared
OS Attempting to declare FFI truncate
OS Function truncate declared
OS Attempting to declare FFI unlink
OS Function unlink declared
OS Attempting to declare FFI write
OS Function write declared
OS Attempting to declare FFI __xstat
OS Function __xstat declared
OS Attempting to declare FFI __lxstat
OS Function __lxstat declared
OS Attempting to declare FFI __fxstat
OS Function __fxstat declared
OS Attempting to declare FFI pipe
OS Function pipe declared
Comment 1•12 years ago
|
||
Er, yes. That explains why my terminal keeps getting noise in it. :(
Unconditional dump() in shipping code is bad...
Updated•12 years ago
|
Assignee: general → nobody
Component: JavaScript Engine → OS.File
Product: Core → Toolkit
Updated•12 years ago
|
Assignee: nobody → dteller
Assignee | ||
Comment 2•12 years ago
|
||
There's someone on it.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•2 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•