ejabberd - Comments for "Constant problem in compiling ejabberd 2.1.6 on windows XP(32bit)" https://www.ejabberd.im/node/4549 en Thanks for the fix. I've https://www.ejabberd.im/node/4549#comment-57438 <p>Thanks for the fix. I've modified it a litte, and included it in git:<br /> <noindex><a href="https://git.process-one.net/ejabberd/mainline/commit/aff99097e7bc818aa79dd46f4712749b68a942fe" title="https://git.process-one.net/ejabberd/mainline/commit/aff99097e7bc818aa79dd46f4712749b68a942fe" rel="nofollow" >https://git.process-one.net/ejabberd/mainline/commit/aff99097e7bc818aa79...</a></noindex></p> Tue, 07 Jun 2011 11:31:37 +0000 mfoss comment 57438 at https://www.ejabberd.im line44, modifed to static https://www.ejabberd.im/node/4549#comment-57434 <p>line44, modifed to<br /> static XML_Memory_Handling_Suite ms ;//= {driver_alloc, driver_realloc, driver_free};</p> <p>and function expat_erl_start, modified like:<br /> static ErlDrvData expat_erl_start(ErlDrvPort port, char *buff)<br /> {<br /> expat_data* d = (expat_data*)driver_alloc(sizeof(expat_data));<br /> d-&gt;port = port;</p> <p> ms.malloc_fcn = driver_alloc; //fill_ms<br /> ms.realloc_fcn = driver_realloc;<br /> ms.free_fcn = driver_free;</p> <p> d-&gt;parser = XML_ParserCreate_MM("UTF-8", &amp;ms, "\n");<br /> ....</p> Tue, 07 Jun 2011 02:50:58 +0000 flyingwow99 comment 57434 at https://www.ejabberd.im shit! https://www.ejabberd.im/node/4549#comment-57291 <p>it will cause erl crashed when you run ejabberd</p> Fri, 06 May 2011 10:35:00 +0000 raven_zhu comment 57291 at https://www.ejabberd.im maybe the easiest way to solve it https://www.ejabberd.im/node/4549#comment-57289 <p>beanbaby:<br /> Have you deal with it?<br /> i met the same problem. i'm a java programmer and don't know what the info meaning for.</p> <p>so, i just edit [expat_erl.c, line 44] to:</p> <div class="codeblock"><code>static XML_Memory_Handling_Suite ms = {1024, 1024, 1024}; //picking 1024 just at my pleasure, don&#039;t ask me why</code></div> <p>you could try it out.<br /> good luck!</p> Fri, 06 May 2011 08:18:51 +0000 raven_zhu comment 57289 at https://www.ejabberd.im