Logged In: YES
user_id=54247
Browser: Mozilla/4.73 [en] (X11; U; Linux 2.2.16-3 i686)

Segmentation fault on fetch mail. Attached
$HOME/.gtkmailrc and output to console. If you need
core dump then request what you will require from me.

$HOME/.gtkmailrc

# properties file for gtkmail-0.9.x
#

# The address that will appear in the From: header. It
can be in the form
# First Last <user@host.domain> or just
user@host.domain
#
# If left empty the default value will be USER@HOSTNAME
MAIL_ADDR = pmcdade@gw.total-web.net

# This is the SMTP server that gtkmail will use to send
mail. The default
# value is simply localhost
MAIL_SERVER = mail.gw.total-web.net

# The font for the folder list. This must be a valid
font name, either an
# alias or a full name. Values can be found in
/usr/X11/lib/X11/fonts/*/fonts.alias
# I suggest using the following (or at least some fixed
width font)
# since many emails (especially signatures) require a
fixed font to
# display properly
#FOLDER_LIST_STYLE_FONT =
-adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-1
#MESSAGE_LIST_STYLE_FONT =
-adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-1
#MESSAGE_TEXT_STYLE_FONT =
-adobe-courier-medium-r-normal--0-0-0-0-m-0-iso8859-1

# Do you want to save sent messages into a 'sent-mail'
folder?
USE_SENT_MAIL = true

# This is the maximum email length that gnuvoice will
quote upon reply. A value of -1 means
# quote all replies.
QUOTE_MAX = -1

# the following pertain to mail fetching
# timeout - how long to wait between successive
fetches. if timeout = -1, then
# don't do any automatic fetching
# start - whether or not to fetch immediately on
startup
FETCH_TIMEOUT = 300
FETCH_START = false

# gtkmail now supports multiple fetch accounts. these
must be numbered contiguously,
# starting at 0
FETCH_TYPE_0 = pop3 #[ pop3, imap4, none ]
FETCH_USER_0 = pmcdade
FETCH_PASS_0 = password
FETCH_HOST_0 = mail.gw.total-web.net
FETCH_ADDR_0 = pmcdade@gw.total-web.net
FETCH_DELETE_MESSAGES_0 = true

FETCH_TYPE_1 = pop3
FETCH_USER_1 = blackstar
FETCH_PASS_1 = password
FETCH_HOST_1 = mail.gw.total-web.net
FETCH_ADDR_1 = blackstar@gw.total-web.net
FETCH_DELETE_MESSAGES_1 = true

# the following pertain to mail filtering
#USE_FILTER = false

# do you want text on the toolbars?
#TOOLBAR_USE_TEXT = true

Console output:
USER pmcdade
+OK
PASS password(not real password)
+OK
STAT
+OK 0 0 (I assume no messages and zero bytes)
QUIT
+OK
USER blackstar
+OK
PASS password (not real password)
+OK
STAT
+OK 21 78921 (I assume 21 messages and 79k bytes)
RETR 1
+OK

[1]+ Segmentation fault gtkmail

I have installed jlib 1.0.5 and gtkmm-1.2.2 without
error.

System Configuration:
Pentium III 667 Mhz, 128 Mb SDRAM PC100
SOYO 6VCA Motherboard(VIA 694X chipset)
Creative Labs Annilator 2 AGP 4X 32mb Video
8 Gig WD IDE HD (WIN98SE)
6 Gig Maxtor IDE HD (FAT32)
20 Gig WD IDE HD (RedHat v6.2)
Adaptec SCSI PCI Controller
Plextor SCSI CDRW
Seagate NS-20 SCSI Tape
XFree 4.0
Gnome 1.2
Sawfish Window manager
Thank You!