issues
search
mozilla
/
Snappy-Symbolication-Server
https://wiki.mozilla.org/Snappy_Symbolication_Server
Mozilla Public License 2.0
3
stars
12
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Incorrect module returned after a frame with module ID -1
#72
CarlCorcoran
opened
5 years ago
0
Use the new index when adding a module to a subrequest
#71
hcs64
closed
7 years ago
2
new module index not used in DiskCache request
#70
hcs64
closed
7 years ago
0
Support zlib compressed symbol files
#69
hcs64
closed
7 years ago
0
zlib compressed symbols not supported
#68
hcs64
closed
7 years ago
1
Rewrite DiskCache to allow shared DiskCache Directory. Add heartbeats.
#67
bytesized
opened
7 years ago
12
Document the request and response format
#66
luser
closed
7 years ago
0
SymServer should respond to heartbeats
#65
bytesized
opened
7 years ago
0
Update testing instructions
#64
bytesized
closed
7 years ago
2
For production deployment, warm the cache with the bigger symbol files
#63
ddurst
opened
7 years ago
1
Exit code of runTests.py fixed
#62
bytesized
closed
8 years ago
1
Travis CI needs to recognize unittest failures
#61
bytesized
closed
8 years ago
3
Fix logging string interpolation
#60
bytesized
opened
8 years ago
0
Delete empty directories
#59
bytesized
closed
8 years ago
2
Ignore rotated log files
#58
bytesized
closed
8 years ago
3
Fix intermittent test failures
#57
bytesized
closed
8 years ago
3
DiskCache eviction should remove empty directories
#56
bytesized
closed
8 years ago
1
Replaced ugly implementation of an ordered dictionary
#55
bytesized
closed
8 years ago
3
Track down intermittant test failures due response frame mismatch
#54
bytesized
closed
8 years ago
3
Added retry mechanism
#53
bytesized
closed
8 years ago
6
A few documentation corrections
#52
bytesized
closed
8 years ago
2
Enable starting servers from base snappy package
#51
bytesized
opened
8 years ago
0
Test timeout should be enforced
#50
bytesized
opened
8 years ago
0
Add ability for test log files to be saved
#49
bytesized
opened
8 years ago
0
Allow DiskCache directory to be shared between DiskCache instances
#48
bytesized
opened
8 years ago
1
isinstance() now checks for int and long in all cases.
#47
bytesized
closed
8 years ago
0
Add *.pyo to .gitignore
#46
willkg
closed
8 years ago
0
sha256 for psutil is incorrect on Windows
#45
dblohm7
closed
8 years ago
2
Stack frame validator must accepts longs as offsets in addition to ints
#44
dblohm7
closed
8 years ago
2
Retry symbol file downloads
#43
bytesized
closed
8 years ago
1
Add support for Travis CI (Issue #32)
#42
bytesized
closed
8 years ago
2
Write tests for quickstart's Docker functionality
#41
bytesized
opened
8 years ago
1
Write configUpdate tests
#40
bytesized
opened
8 years ago
0
Switch to Python 3
#39
bytesized
opened
8 years ago
0
Added Docker support to quickstart
#38
bytesized
closed
8 years ago
7
Add rough dockerization
#37
willkg
closed
8 years ago
2
Fixed errors caught by the linter pyflakes as suggested in Issue #31
#36
bytesized
closed
8 years ago
1
Issue #30 - Switch from bin directory to snappy package
#35
bytesized
closed
8 years ago
4
Fix typos in README.md
#34
bytesized
closed
8 years ago
0
Error 400 Response when using as local Symbolication server with Gecko Profiler Addon
#33
msujaws
closed
8 years ago
5
set up with travis ci or circle ci
#32
willkg
closed
8 years ago
3
run a lint pass to catch errors
#31
willkg
closed
8 years ago
1
switch from bin/ to snappy/ and a python module
#30
willkg
closed
8 years ago
1
Rewrite of Snappy Symbolication Server
#29
bytesized
closed
8 years ago
6
Added marker for start of line to pattern (since we're specifying the…
#28
ddurst
closed
8 years ago
1
Compress .pdb files on disk with bz2
#27
willkg
closed
8 years ago
13
Add requirements.txt file and update README
#26
willkg
closed
8 years ago
4
Evaluate compressing symbol files
#25
gabrielesvelto
closed
8 years ago
10
Make the disk and memory cache sizes use byte values instead of number of files/symbol maps
#24
gabrielesvelto
closed
8 years ago
3
Refactor out the re. It's not necessary to regex the replacement of a…
#23
ddurst
closed
8 years ago
1
Next