Custom Query (204 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 204)

Ticket Resolution Summary Owner Reporter
#177 fixed "aspell" bombs with library error trying to check an HTML file Alfredo Fernández Díaz
Description

As per eFTE/2 ticket #44 I just tried aspell, as installed a few days ago via ANPM.

Issuing the command "aspell -c file.htm" it just bombs with

Error: html: dlopen returned "dlopen rc=2 extra=C:\USR\LIB\ASPELL-0.60\SGML-FILTER.SO".

with any HTML file.

That ".so" file never made it to my system, but at least the error mentions html :/

Whatever else you need to know, just ask. If there's something wrong with this report, please say so and give pointers to any how-to with the right information.

TIA, AFD.

#176 invalid Calling CUPS API from REXX DLL causes exception in GCC1 (stack overflow?) ataylor
Description

Opening this ticket to track the issue.

I've started working on a REXX-callable interface to CUPS (rexxcups, currently hosted in ecups/trunk/rexxlib).

Calling a simple function (CupsGetQueues?) which works fine in a standalone test exe causes an exception when called via REXX.

12-06-2017  14:39:10  SYS3175  PID 099a  TID 0001  Slot 007e
C:\OS2\CMD.EXE
c0000005
1e8c00e3
P1=00000002  P2=0016fff0  P3=XXXXXXXX  P4=XXXXXXXX  
EAX=0000304c  EBX=004e6aa0  ECX=0016fff0  EDX=00000008
ESI=004e39c0  EDI=00000003  
DS=0053  DSACC=d0f3  DSLIM=5fffffff  
ES=0053  ESACC=d0f3  ESLIM=5fffffff  
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1e8c00e3  CSACC=d0df  CSLIM=5fffffff
SS:ESP=006b:00175fe4  SSACC=d0f3  SSLIM=5fffffff
EBP=00175ffc  FLG=00010206

GCC1.DLL 0001:000000e3

This may be a result of running out of stack space.

The same general error occurs when building with gcc 4.5.2 or 4.9.2, or linking against cups.dll (RPM) or cups20.dll (Paul).

One possible approach may be to start a new thread (with a large stack) when calling any CUPS function?

#175 fixed pthread: remove DosEnterCritSec usage dmik
Description

It seems that at least pthread_detach and pthread_kill use DosEnterCritSec. This is absolutely not necessary there, and more over, it's very dangerous as it's a frequent cause of hard system deadlocks.

Note: See TracQuery for help on using queries.