Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#30 fixed epm crash when scrolling Andreas Schnellbacher abwillis
Description

This is not an nepmd issue, it occurs in epm with or without nepmd. When scrolling up and down epm/nepmd will crash. I am hopeful that the crash can be overcome in nepmd:


03-30-2020 20:52:50 SYS3175 PID 03c5 TID 0001 Slot 00de D:\OS2\APPS\EPM.EXE c0000005 0f890ea0 P1=00000001 P2=019a37c8 P3=XXXXXXXX P4=XXXXXXXX EAX=00418010 EBX=019a0003 ECX=00000000 EDX=00000000 ESI=019a37e0 EDI=019a37c8 DS=0053 DSACC=d0f3 DSLIM=bfffffff ES=0053 ESACC=d0f3 ESLIM=bfffffff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC= GSLIM= CS:EIP=005b:0f890ea0 CSACC=d0df CSLIM=bfffffff SS:ESP=0053:00089fd0 SSACC=d0f3 SSLIM=bfffffff EBP=00418010 FLG=00010246

ETKE603.DLL 0008:00000ea0

#24 invalid UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 28: ordinal not in range(128) Andreas Schnellbacher ak120
Description

Zum Reproduzieren

Während der Ausführung von GET auf /browser/trunk/src/nls/nlsdeu.rch hat Trac einen internen Fehler gemeldet.

(Bitte geben Sie hier weitere Details an)

Anfrageparameter:

{'path': u'/trunk/src/nls/nlsdeu.rch'}

User agent: Mozilla/5.0 (OS/2; Warp 4.5; rv:38.0) Gecko/20100101 Firefox/38.0 SeaMonkey/2.35

Systeminformationen

Systeminformation nicht verfügbar

Aktive Plugins

Plugininformation nicht verfügbar

Python-Zurückverfolgungsinformationen

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 554, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/local/lib/python2.7/site-packages/trac/web/main.py", line 247, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/local/lib/python2.7/site-packages/trac/versioncontrol/web_ui/browser.py", line 408, in process_request
    file_data = self._render_file(req, context, repos, node, rev)
  File "/usr/local/lib/python2.7/site-packages/trac/versioncontrol/web_ui/browser.py", line 669, in _render_file
    content = node.get_processed_content()
  File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 802, in get_processed_content
    return FileContentStream(self, keyword_substitution, eol_style)
  File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 1174, in __init__
    node._get_prop(core.SVN_PROP_KEYWORDS))
  File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 1252, in _get_keyword_values
    for key, value in values.iteritems())
  File "/usr/local/lib/python2.7/site-packages/tracopt/versioncontrol/svn/svn_fs.py", line 1252, in <genexpr>
    for key, value in values.iteritems())
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 28: ordinal not in range(128)
#2 fixed Rework setting of color palette Andreas Schnellbacher Andreas Schnellbacher
Description
  • Create a new ERX file that should be callable from the menu items.
  • Rename EPMCOLOR.INI to Colors.ini and allow for an additional user file MyColors.ini. Omit the MYCOLORS palette from Colors.ini.
  • Rename an existing user's EPMCOLOR.INI to MyColors.ini, maybe after removing the default palette, if unchanged.
  • Omit the prefix from the palette object titles.
  • Create objects from both inis.
1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.