Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Steven Levine

Pages: 1 ... 3 4 [5]
61
8.4p1 is from netlabs experimental.  You need to install more debug symbols if you actually want to debug this.  You also need to update exceptq to

  http://www.warpcave.com/betas/exceptq-7.11.6-shl-2023-02-23.zip

A quick look at the somewhat limited exceptq report implies a double free:

 001BEB28  1DBE8E3D   LIBCN0    0001:000A8E3D  ifree.c#129 __um_free_maybe_lock + 269 0001:000A8BD4 (ifree.obj)


corresponds to

src\lib\malloc\ifree.c:127
  if (_UM_HDR_STATUS (hdr) == _UMS_FREE)
    {
      _um_abort ("_um_free_maybe_lock: Tried to free block twice - block=%p lock=%d\n",
                 block, lock);
      return;
    }

It's also possible the something corrupted the heap, but we won't know until someone spends some quality time with the debugger.

62
Hi Andy,

ArcaOS sets TERM=os2 in config.sys to match what some of the ported apps expect and there is a corresponding /usr/share/terminfo/6f/os2.

What you need to do is override TERM after the ssh login.  It's been a while, but I typically used TERM=vt100 from the *ix command line after logging in.

FWIW, your old version is probably openssh-5.3p1-bin.zip from Hobbes.

63
Programming / Re: Installing Prominaire Designer
« on: April 29, 2021, 09:49:09 pm »
If I had this problem, I would install vfdisk and copy files to the vfdisk and install from there.  This would allow you mix and match files until you get the files onto the correct correct diskette.  I suspect if I had the set of files you are working with, I could find the control files for the installer which would speed up the process.

64
Hi guys,

Like David, I don't typically post to these forums, but I would also like to say we are still here and development continues.  My primary focus at the moment is on OpenWatcom updates to support building Firefox.

Enjoy,

Steven

65
Networking / Re: OS/2, Realtek and NIC drivers
« on: October 09, 2013, 07:55:20 pm »

"Found Realtek NIC at bus 3:1:0: 10EC:8169 version 3 (RTL8169sb/8110sb)"


This chipset is documented as supported by the multimac driver.  I guess it's possible that the PCI-e bus is an issue, but the only way to get this resolved is to submit a ticket  at svn.ecomstation.nl/multimac


Pages: 1 ... 3 4 [5]