Skip to content

Releases: JuliaLang/BugReporting.jl

v0.3.4

15 Nov 08:32
03987bd
Compare
Choose a tag to compare

BugReporting v0.3.4

Diff since v0.3.3

Merged pull requests:

Closed issues:

  • Update to RR 5.7.0 - needed to support Intel Sapphire Rapids (#140)

v0.3.3

20 Oct 14:06
50caaba
Compare
Choose a tag to compare

BugReporting v0.3.3

Diff since v0.3.2

Merged pull requests:

v0.3.2

31 Jan 10:25
fec2e84
Compare
Choose a tag to compare

BugReporting v0.3.2

Diff since v0.3.1

Closed issues:

  • Latest rr release doesn't support Zen 4 (#108)

Merged pull requests:

v0.3.1

13 Dec 14:31
fbfe062
Compare
Choose a tag to compare

BugReporting v0.3.1

Diff since v0.3.0

Merged pull requests:

  • Make it possible to enable rr's chaos mode. (#105) (@maleadt)

v0.3.0

06 Dec 14:02
e424f5a
Compare
Choose a tag to compare

BugReporting v0.3.0

Diff since v0.2.9

Closed issues:

  • Could --bug-report=XXX,timeout=SECONDS accept other units of time, e.g. --bug-report=XXX,timeout=10m or --bug-report=XXX,timeout=6h? (#87)
  • Better error reporting on unsupported platforms (#98)

Merged pull requests:

v0.2.9

23 Sep 10:59
e907155
Compare
Choose a tag to compare

BugReporting v0.2.9

Diff since v0.2.8

Merged pull requests:

v0.2.8

23 Sep 09:27
07f72dd
Compare
Choose a tag to compare

BugReporting v0.2.8

Diff since v0.2.7

Closed issues:

  • Precompiling GDB_jll fails due to differing ABI versions of libcrypt.so.x (#90)

Merged pull requests:

  • CompatHelper: bump compat for AWSS3 to 0.10, (keep existing compat) (#86) (@github-actions[bot])
  • Switch to CloudStore.jl (#91) (@maleadt)
  • Switch to s5cmd (#92) (@maleadt)
  • Bump version. (#93) (@maleadt)

v0.2.7

17 Aug 13:57
900bb95
Compare
Choose a tag to compare

BugReporting v0.2.7

Diff since v0.2.6

Merged pull requests:

  • If the timeout option is provided on the command line, the Timer should use that value (#88) (@DilumAluthge)
  • Cache downloaded and extracted traces for the duration of the Julia session. (#89) (@maleadt)

v0.2.6

05 Aug 08:39
f517eb6
Compare
Choose a tag to compare

BugReporting v0.2.6

Diff since v0.2.5

Merged pull requests:

v0.2.5

03 Aug 11:02
1af7ed8
Compare
Choose a tag to compare

BugReporting v0.2.5

Diff since v0.2.4

Closed issues:

  • Missing symbols with replay from PkgEval trace; needs --serve-files (#81)

Merged pull requests:

  • Be more careful about package imports. (#82) (@maleadt)
  • Pass --serve-files to rr replay with remote traces. (#83) (@maleadt)