After doing an update from CVS, the emulator fails to run for me.
I immediately get a "Segmentation Fault".
The line that it crashes on is in conf.c:
void tn5250_config_unref (Tn5250Config *This)
{
if (-- This->ref == 0) { <---- This line ------
Tn5250ConfigStr *iter, *next;
/* Destroy all vars. */
if ((iter = This->vars) != NULL) {
Most likely, something isn't being initialized to NULL or a pointer isnt
getting memory allocated to it, but I don't know what at this point.
PLEASE HELP! :)
On Mon, 15 May 2000, Mike Madore wrote:
> Hi,
>
> I have applied Greg Swenson's ([EMAIL PROTECTED]) 5250 server
> patches that lay some groundwork for providing 5250 server functionality
> on Linux. My initial testing indicate that the patch hasn't broken
> anything, but if people could try out what's in CVS and see if everything
> still works for them, that would be great. The patch doesn't provide any
> user visible changes. So, who wants to write a 5250 shell? ;-)
>
> Mike
>
+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---