Closed
Bug 806421
Opened 13 years ago
Closed 13 years ago
Firefox spewing lots of errors on stderr
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 785200
People
(Reporter: crxssi, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110811165603
Steps to reproduce:
Browser: Firefox 16.0.2 64bit Linux version downloaded from ftp.mozilla.org
OS: RHEL 6.2
Was running from the command line, had not visited any sites, had been looking at about:config, wasn't even using the browser for several. It suddenly spewed out 91 lines of cryptic "errors" on the stdout or stderr when I wasn't even interacting with the browser. Listed below:
Actual results:
-------------------------
OS Determining best projection for type int (size: 4 ) signed
OS Projected as a regular number
OS Determining best projection for type unsigned_int (size: 4 ) unsigned
OS Projected as a regular number
OS Determining best projection for type long (size: 8 ) signed
OS Projected as a large signed integer
OS Determining best projection for type int (size: 4 ) signed
OS Projected as a regular number
OS Determining best projection for type int (size: 4 ) signed
OS Projected as a regular number
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 Unix Could not open libc libsystem.B.dylib
OS Unix dirent is: ctypes.StructType("dirent", [{ "padding_0": ctypes.uint8_t.array(18) }, { "d_type": ctypes.uint8_t }, { "d_name": ctypes.char.array(261) }])
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 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 strerror
OS Function strerror 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 pipe
OS Function pipe declared
------------------------------------
Expected results:
I am not sure what caused the above and suspect this is detailed debug information that should not be enabled in a production/office compile/release of Firefox.
Comment 1•13 years ago
|
||
This will be fixed in the next Firefox version (FF 17.0).
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•