Displaying 10 results from an estimated 10 matches for "xxgdb".
2001 Feb 20
2
segfault
I've managed to trap the following segfault with xxgdb and gctorture() set. The
segfault seems to move around if gctorture() is not set, but has now occurred twice
in the same spot with it set. xxgdb gives the message
Program received signal SIGSEGV, Segmentation fault.
0x71244 in RunGenCollect (size_needed=2) at memory.c:1027
and the source listing...
1997 Apr 24
1
R-beta: multiple binary types
...# Just sets a few environment items
RHOME=/biostat/server0/src/biostat/gnu/R/R-0.49
export RHOME
if [ "$1" = "SHLIB" ]
then
shift
exec sh $RHOME/etc/SHLIB $*
fi
if [ "$1" = "COMPILE" ]
then
shift
exec sh $RHOME/etc/COMPILE $*
fi
if [ "$1" = -xxgdb ]
then
shift
DEBUGGER=xxgdb
fi
# Default Printer Paper Size
# Choose one of the following
# R_PAPERSIZE="a4"
# R_PAPERSIZE="letter"
# R_PAPERSIZE="none"
R_PAPERSIZE=a4
export R_PAPERSIZE
# Default Print Command
# Choose one of the following
# R_PRINTCMD="lpr&q...
1997 Apr 24
1
R-beta: multiple binary types
...# Just sets a few environment items
RHOME=/biostat/server0/src/biostat/gnu/R/R-0.49
export RHOME
if [ "$1" = "SHLIB" ]
then
shift
exec sh $RHOME/etc/SHLIB $*
fi
if [ "$1" = "COMPILE" ]
then
shift
exec sh $RHOME/etc/COMPILE $*
fi
if [ "$1" = -xxgdb ]
then
shift
DEBUGGER=xxgdb
fi
# Default Printer Paper Size
# Choose one of the following
# R_PAPERSIZE="a4"
# R_PAPERSIZE="letter"
# R_PAPERSIZE="none"
R_PAPERSIZE=a4
export R_PAPERSIZE
# Default Print Command
# Choose one of the following
# R_PRINTCMD="lpr&q...
2010 Nov 16
2
Postfix - message queue filling with Host or name not found - try again
...102400000
message_size_limit = 40960000
in_flow_delay = 1s
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
home_mailbox = Maildir/
content_filter=amavisfeed:[127.0.0.1]:10024
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/pos...
2007 Jun 11
1
Can't connect to SMTP outside localhost
...myhostname, localhost
mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
local_recipient_maps = $virtual_mailbox_maps
unknown_local_recipient_reject_code = 550
mail_spool_directory = /var/mail
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
html_directory = no
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/pos...
2007 Feb 15
1
strange LDA error
...ecot: auth(default): master out: USER 1
attaba at balazsiek.hu home=/var/vmail/balazsiek.hu/attaba/
mail=maildir:/var/vmail/balazsiek.hu/attaba
/ uid=101 gid=12 quota=dirsize:storage=0
Feb 15 14:08:03 alpha postfix/sendmail[15620]: running:
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin? xxgdb
/usr/libexec/postfix/sendmail 15620 & sleep 5
Feb 15 14:08:08 alpha postfix/pickup[15447]: 51183F4D36: uid=101 from=<>
Feb 15 14:08:08 alpha postfix/cleanup[15614]: 51183F4D36:
message-id=<dovecot-1171544883-208651-0 at alpha.lenux.hu>
Feb 15 14:08:08 alpha postfix/pipe[15617]: 14C6...
1997 Aug 05
3
R-alpha: Version 0.50-a1 patches
...nik.
o When x was a data frame,
mode(x) <- "character"
x
caused a crash. This was because a class of "data.frame"
was being attached to a character vector. Now only lists
can become data frames.
o There is now a -gdb option to the R front end as well as -xxgdb.
o Documentation of NChisquare fixed.
o Definition of S_alloc fixed.
o Changed the names of seeds_in and seeds_out to seed_in and
seed_out as per Kurt's request.
o "unlist(c(2))" fixed.
o "data.frame(x=2)" fixed.
o Bug in do_title fixed.
o Scoping fo...
1998 Jun 14
5
R-beta: R-0.62 is released
....
plot.factor() now produces boxplots when given 2 arguments.
o New function write.table().
o signif() now has a `digits' default of 6.
o Old-style long command line options (`-save' etc) changed to
GNU-style (`--save' etc).
Debugging options (`-ddd', `-gdb', `-xxgdb') unified into the
new `--debugger' (`-d').
New command line options `--version' (`-V') and `--help' (`-h')
which print useful information and exit.
o The loading of profiles at startup now works as follows.
Unless the new `--no-site-file' was given, a site...
1998 Jun 14
5
R-beta: R-0.62 is released
....
plot.factor() now produces boxplots when given 2 arguments.
o New function write.table().
o signif() now has a `digits' default of 6.
o Old-style long command line options (`-save' etc) changed to
GNU-style (`--save' etc).
Debugging options (`-ddd', `-gdb', `-xxgdb') unified into the
new `--debugger' (`-d').
New command line options `--version' (`-V') and `--help' (`-h')
which print useful information and exit.
o The loading of profiles at startup now works as follows.
Unless the new `--no-site-file' was given, a site...
1998 Jun 14
5
R-beta: R-0.62 is released
....
plot.factor() now produces boxplots when given 2 arguments.
o New function write.table().
o signif() now has a `digits' default of 6.
o Old-style long command line options (`-save' etc) changed to
GNU-style (`--save' etc).
Debugging options (`-ddd', `-gdb', `-xxgdb') unified into the
new `--debugger' (`-d').
New command line options `--version' (`-V') and `--help' (`-h')
which print useful information and exit.
o The loading of profiles at startup now works as follows.
Unless the new `--no-site-file' was given, a site...