linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04245
[Bug 795322] [NEW] 1.1.0 crashes on Mac OS X 10.5 with dcpp::FileException / what(): No such file or directory
Public bug reported:
10.5.8/i386, using gcc-4 (GCC) 4.5.2
I also tried the system's i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1
(Apple Inc. build 5577), but the build fails miserably (can post that if
needed)
linuxdc++ 1.1.0. I've previously built 1.0.3 OK on this machine with
the exact same settings w/ no problems.
If I build with 'scons PREFIX=/sw', the program crashes at runtime with this error:
******
$ linuxdcpp
terminate called after throwing an instance of 'dcpp::FileException'
what(): No such file or directory
Abort trap
(program crashes)
******
If I build with 'scons debug=1 PREFIX=/sw', the program loads fine, but outputs this to the terminal:
******
$ linuxdcpp
Thrown: FileException: No such file or directory
Thrown: FileException: No such file or directory
UnBZFilter end, 13823/5637 = 2.4522
Thrown: FileException: No such file or directory
Adding new directory TestDirectory
MainWindow::createIPCPipe(): Pipepath /Users/nieder/.dc++/linuxdcpp.pipe
(program runs)
******
** Affects: linuxdcpp
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of LinuxDC++
Team, which is subscribed to LinuxDC++.
https://bugs.launchpad.net/bugs/795322
Title:
1.1.0 crashes on Mac OS X 10.5 with dcpp::FileException / what(): No
such file or directory
Status in Linux DC++:
New
Bug description:
10.5.8/i386, using gcc-4 (GCC) 4.5.2
I also tried the system's i686-apple-darwin9-gcc-4.2.1 (GCC) 4.2.1
(Apple Inc. build 5577), but the build fails miserably (can post that
if needed)
linuxdc++ 1.1.0. I've previously built 1.0.3 OK on this machine with
the exact same settings w/ no problems.
If I build with 'scons PREFIX=/sw', the program crashes at runtime with this error:
******
$ linuxdcpp
terminate called after throwing an instance of 'dcpp::FileException'
what(): No such file or directory
Abort trap
(program crashes)
******
If I build with 'scons debug=1 PREFIX=/sw', the program loads fine, but outputs this to the terminal:
******
$ linuxdcpp
Thrown: FileException: No such file or directory
Thrown: FileException: No such file or directory
UnBZFilter end, 13823/5637 = 2.4522
Thrown: FileException: No such file or directory
Adding new directory TestDirectory
MainWindow::createIPCPipe(): Pipepath /Users/nieder/.dc++/linuxdcpp.pipe
(program runs)
******
To manage notifications about this bug go to:
https://bugs.launchpad.net/linuxdcpp/+bug/795322/+subscriptions
Follow ups
References