[Verse-dev] Verse R4pre

Brecht Van Lommel blendix at pandora.be
Thu Sep 16 18:51:16 CEST 2004


On Thu, 2004-09-16 at 10:20, Eskil Steenberg wrote:
> Hi
> 
> I have been looking in to it and have so far not found the problem (in 
> either xindows or osX), but i think there is some thing wrong with the 
> log out. My server sometimes crash when you make a new connect attempt 
> if the old connection hasent timed out yet. Im going to look in to this. 
> I just sent out a new test version to Emil he will be posting it soon, 
> the new stuff is mainly animation and timing stuff.
> 
> Cheers
> 
> E

Hi,

I found out why it's crashing, and the little app I sent now works ok.
But larger apps still don't work (but don't crash either). I'll
investigate further.

The problem is in two lines of code added to v_cmd_gen.c, line 365.
These cause the buffer size to be calculated incorrectly. For example,
in v_gen_pack_s_node.c, in verse_send_node_name_set, only 10 bytes are
allocated (was 1500 in r3).

Another problem picked up by valgrind (debugging tool) is in
v_connection.c. key_other_public is never initialized, but used in
v_con_set_other_public_key.

Cheers,
Brecht.

_______________________________________________
> Verse-dev mailing list
> Verse-dev at projects.blender.org
> http://projects.blender.org/mailman/listinfo/verse-dev
> 



More information about the Verse-dev mailing list