-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boinc crashes frequently on mac mini powerpc hardware #632
Comments
Commented by Nicolas on 15 Jan 38373199 16:26 UTC |
Commented by Nicolas on 29 Aug 38373207 20:00 UTC |
Commented by Nicolas on 23 Dec 38373232 12:26 UTC The backtrace mentions Also, the backtrace definitely lacks something. If I put together the backtrace from gdb, and what was printed in the log:
Can you look up what function/line number correspond to |
Commented by davea on 1 Jul 38390117 23:06 UTC |
Reported by fthomas on 3 Dec 38373192 21:20 UTC
This bug has been reported in Debian's BTS (#479204):
boinc-client 5.10.45-2 fails to run for any significant period of time on my powerpc (mac mini) hardware. The version in debian stable works with no trouble (5.4.11-4). Here is a segment from the log file and a back trace using gdb.
log file segment:
(gdb) run --check_all_logins --redirectio --dir /var/lib/boinc-client
Starting program: /usr/bin/boinc_client --check_all_logins --redirectio --dir /var/lib/boinc-client
Thread debugging using libthread_db enabled
Thread 0x48026880 (LWP 19048)
Program received signal SIGSEGV, Segmentation fault.
to Thread 0x48026880 (LWP 19048)
HOST_INFO::users_idle (this=, check_all_logins=false, idle_time_to_run=)
at hostinfo_unix.C:774
774 hostinfo_unix.C: No such file or directory.
in hostinfo_unix.C
(gdb) bt
#0 HOST_INFO::users_idle (this=, check_all_logins=false, idle_time_to_run=)
at hostinfo_unix.C:774
#1 0x10019f70 in CLIENT_STATE::poll_slow_events (this=0x10099878) at client_state.C:499
#2 0x1004397c in boinc_main_loop () at main.C:471
#3 0x0f9f4720 in ?? () from /lib/libc.so.6
#4 0x0f9f48e0 in __libc_start_main () from /lib/libc.so.6
#5 0x00000000 in ?? ()
The text was updated successfully, but these errors were encountered: