-
The project web site has moved to http://code.google.com/p/google-coredumper/.
2007-02-22 19:46:35 UTC in google-coredumper
-
Logged In: YES
user_id=123919
#!/bin/bash -e
# bin/gui.sh
cd "$(dirname "$(readlink -f "$(PATH="$PATH:" type -p
"$0")")")" &&
exec java -cp "$(find ../lib/ -name \*.jar -printf '%p:')"
-Xms32m -Xmx32m \
org.lnicholls.galleon.gui.Galleon "$@"
re -- cut here -- cut here -- cut here -- cut here -- cut he
#!/bin/bash -e
# bin/run.sh
#
# Run the Galleon server
[ -z...
2005-12-29 23:28:43 UTC in Galleon TiVo Media Server
-
Logged In: YES
user_id=123919
The core dumper is currently only supported on Linux x86 and
x86_32. I am not aware of anybody currently porting it to
AIX, but I'd be happy to see patches for this.
2005-07-30 01:27:17 UTC in google-coredumper
-
Logged In: YES
user_id=123919
The coredumper is currently only supported on Linux x86 and
x86_64. I'd be happy to see patches for other platforms, but
to the best of my knowledge nobody is actively porting the
code to NetBSD at this time.
2005-07-30 01:25:01 UTC in google-coredumper
-
Logged In: YES
user_id=123919
I think, I can see what is going on here. The CPU failed to
flush the data to memory, and the other CPU has not seen the
change, yet. This probably requires a little bit of assembly
coding. I need to think about this, and do some research.
The Linux kernel headers probably have the necessary magic
somewhere. I suspect, it'll be a few days, before I can dig...
2005-04-28 19:22:12 UTC in google-coredumper
-
Logged In: YES
user_id=123919
I am trying to reproduce the problem that you are reporting,
and so far, I have not had any luck. As far as I can tell
from the data that you submitted, "make check" actually
succeeds for you. So, the problem must be a little more subtle.
In the "gdb" output, you see a slightly confused backtrace
(showing 152 frames, instead of the three or four frames...
2005-04-05 23:44:36 UTC in google-coredumper
-
Logged In: YES
user_id=123919
It is similar, but not identical in functionality. First of
all, the coredumper has not been ported to FreeBSD, yet.
So, it might not help in your particular situation. And to
the best of my knowledge, "gcore" is not available on Linux,
although newer versions of "gdb" have a similar feature.
But secondly, the coredumper is supposed to be used from
inside...
2005-03-20 21:21:05 UTC in google-coredumper
-
Logged In: YES
user_id=123919
I cannot quite tell which process you decided to kill. Can
you re-run "make check", wait until it hangs, run "pstree
-pl" in a different window, and then tell me exactly which
process you had to kill?
This could either be a problem with your kernel (the oldest
kernel that I tested with is 2.2.20) or some dependency on
newer versions of the user-space tools.
2005-03-20 21:12:12 UTC in google-coredumper
-
gutschke committed patchset 1055 of module etherboot to the Etherboot CVS repository, changing 11 files.
2004-01-26 01:18:50 UTC in Etherboot
-
I tested this code against Linux 2.4.0-test11 and pcmcia-cs-3.1.22.
As far as I can tell, everything works correctly. I currently do not have
any access point, yet; so I cannot verify anything other than loading
and unloading the module.
The code can be built both as a module or compiled into the
kernel. Ideally, it should at some time be submitted to Linus so that
it can be officially...
2000-12-18 05:51:23 UTC in Symbol Spectrum24 WLAN Driver