Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (763 - 765 of 1030)

Ticket Resolution Summary Owner Reporter
#625 fixed lisp symbols in elf file not recognized by oprofile 0.9.5 Gary Byers Gary Byers
Description

We never actually load the ELF file used to provide symbolic information for opreport on Linux, but (just in case ...) set the flags in the "lisp" section in which those symbols are defined to indicate that the section shouldn't be loaded into memory.

In oprofile 0.9.5, symbols defined in sections that aren't loaded are ignored by opreport. (oprofile 0.9.5 was released on 2009-07-31 and is present in Fedora 11 and Ubuntu 9.10, at least.)

#636 fixed DEFSTRUCT BOA constructors, &aux, and slot typechecking R. Matthew Emerson Gary Byers
Description

(reported on #ccl)

(defstruct (foo (:constructor make-foo (&aux x)))
  (x nil :type fixnum))

(make-foo) ; shouldn't signal a TYPE-ERROR, per bizarre nonsense in 3.4.6
#647 fixed Printed representation of RANDOM-STATE may not be readable on 32-bit platforms R. Matthew Emerson Gary Byers
Description

On Win32 (and likely other 32-bit platforms):

? (read-from-string (format nil "~a" (make-random-state)))
> Error: value 1267438753 is not of the expected type (INTEGER 0 (2147483647)).
> While executing: INITIALIZE-MRG31K3P-STATE, in process listener(1).
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.