[Citadel Development] Re:add photo view support for vcard

2008-03-20 Thread matt
Contact rooms must be cursed. You can do silly things like cut the entire PHOTO blob out of the vcard, put it in an iCalendar, upload that, and the newlines come out right! Tue Mar 18 2008 02:37:11 AM EST from IGnatius T [EMAIL PROTECTED] (Uncensored) Subject: Re:add photo view support for vcard

[Citadel Development] (no subject)

2008-03-20 Thread dothebart
hm, thats not much more of information... matt, can you step this in gdb? and provide a bt full?

[Citadel Development] (no subject)

2008-03-20 Thread matt
oops. Forgot to add -g back in after re-autoconf. It seems to make the end of load_msg_ptrs but crashes immediately after returning.. I point a break in before that line so you know where it comes from.#0 0x10028ff4 in readloop (oper=Cannot access memory at address 0xe896e2b8 ) at messages.c:2370

[Citadel Development] Citadel commit log: revision 6138

2008-03-20 Thread dothebart
r6138 | dothebart | 2008-03-20 05:08:38 -0400 (Thu, 20 Mar 2008) | 2 lines Changed paths: M /trunk/webcit/messages.c * init command buf empty to avoid fancy side effects

[Citadel Development] (no subject)

2008-03-20 Thread davew
Matt, Can you tell me which revision of code you are using here please?

[Citadel Development] Re:Citadel commit log: revision 6138

2008-03-20 Thread davew
Matt, Can we share this room so I can get the offending message here and see if I can repeat it also. If so private mail me here with a nodename, address and secret.

[Citadel Development] (no subject)

2008-03-20 Thread Ford II
whatever somebody did isn't working

[Citadel Development] Citadel commit log: revision 6140

2008-03-20 Thread davew
r6140 | davew | 2008-03-20 09:26:47 -0400 (Thu, 20 Mar 2008) | 4 lines Changed paths: M /trunk/citadel/threads.c Prevent cancellation of threads but log that we would have cancelled it. Its causing problems on Uncensored.

[Citadel Development] Citadel commit log: revision 6142

2008-03-20 Thread davew
r6142 | davew | 2008-03-20 14:32:07 -0400 (Thu, 20 Mar 2008) | 2 lines Changed paths: M /trunk/citadel/Makefile.in A /trunk/citadel/mk_svn_revision.sh M /trunk/citadel/server_main.c Now the server records the SVN

[Citadel Development] Re:Citadel commit log: revision 6142

2008-03-20 Thread davew
I've created a new script to generate another .c file. This script creates the file svn_revision.c Within this file is one function: const char *svn_revision(void); This returns a string that is the svn revision. This revision is fetched by issuing svnversion -n .. The file svn_revision.c

[Citadel Development] Citadel commit log: revision 6143

2008-03-20 Thread davew
r6143 | davew | 2008-03-20 15:22:26 -0400 (Thu, 20 Mar 2008) | 2 lines Changed paths: M /trunk/citadel/citadel.c M /trunk/citadel/citadel_ipc.c M /trunk/citadel/citadel_ipc.h M /trunk/citadel/citserver.c M

[Citadel Development] Re:Citadel commit log: revision 6138

2008-03-20 Thread IGnatius T Foobar
Can we share this room so I can get the offending message here and see if I can repeat it also. Let's share Network Test with comalies.

[Citadel Development] Re:Citadel commit log: revision 6142

2008-03-20 Thread IGnatius T Foobar
It will be necesary to alter the script that creates Easy Install and Queasy Install. I assume they do a svn co. After the checkout they need to run mk_svn_revision.sh. This will build a svn_revision.c for packaging. Is there any reason that can't be added to the

[Citadel Development] Re:Citadel commit log: revision 6138

2008-03-20 Thread matt
If any of you want shell accounts to debug on the machine itself mail me and I'll set you up.

[Citadel Development] Re:Citadel commit log: revision 6138

2008-03-20 Thread davew
Thu Mar 20 2008 17:10:26 EDT from [EMAIL PROTECTED] (comalies) Subject: Re:Citadel commit log: revision 6138 If any of you want shell accounts to debug on the machine itself mail me and I'll set you up. That'll be good.

[Citadel Development] (no subject)

2008-03-20 Thread dothebart
Do Mauml;r 20 2008 16:55:09 EDT von [EMAIL PROTECTED] Hmm, did you all know that citserver has two methods of producing a backtrace. We have eCrash and we have cit_backtrace() They behave in a similar manner but eCrash is more flexible. Yes, i've added ecrash later, as it is