Custom Query (95 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (82 - 84 of 95)

Ticket Resolution Summary Owner Reporter
#118 invalid possible problem with ; comments after *date if text is numeric like a date Olly Betts Philip Sargent
Description

*date 1993.07.17 ; trip 1993-161-15 in logbook

in Loser\caves-1623\161\lhr\arrow.svx

Survex 1.2.42

/mnt/d/CUCC-Expo/t37/loser/kataster/../caves-1623/161/lhr/arrow.svx:75:18: error: Expecting numeric field, found “in”
trip 1993-161-15 in logbook
                  ^~
/mnt/d/CUCC-Expo/t37/loser/kataster/../caves-1623/161/lhr/arrow.svx:75:21: error: Expecting numeric field, found “logbook”
 trip 1993-161-15 in logbook
                     ^~~~~~~
#119 fixed Undefined behavior in img.c Olly Betts Matěj Plch
Description

Hi, therion uses img.h and img.c, and when I compile and run therion with Undefined Behavior Sanitizer, this error appears:

UndefinedBehaviorSanitizer: undefined-behavior
../extern/img.c:103:27: runtime error: left shift of 255 by 24 places cannot be represented in type 'int'

Problem is in function get32(), where shifting of signed value by 24 bits interferes with a sign bit. Bitwise operations should be done with unsigned types.

Therion CI job where this error occured: https://github.com/Afforix/therion/runs/2025117514?check_suite_focus=true.

#120 fixed aven hangs on macos is started without a file Olly Betts Enrico Fratnik
Description

Dear all,

I am able to compile survex on OSX 11.2.3 with i7 processor [survex 1.2.44], unfortunately aven crash each time I try to star it (log attached)

Do you have any idea

Thank you

enrico

Note: See TracQuery for help on using queries.