-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.txt
More file actions
17 lines (16 loc) · 1.68 KB
/
Copy patherror.txt
File metadata and controls
17 lines (16 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
==5590==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x7fd2bb3fd207 bp 0x000000000008 sp 0x7fd2babf7130 T25)
==5590==The signal is caused by a READ memory access.
==5590==Hint: address points to the zero page.
#0 0x7fd2bb3fd206 in rollback (/home/dcl/Projects/Concurrent_Algorithms/GithubRepository/339960.so+0x1206)
#1 0x7fd2bb3fd83a in tm_write (/home/dcl/Projects/Concurrent_Algorithms/GithubRepository/339960.so+0x183a)
#2 0x55b50d55feef in WorkloadBank::run(unsigned long, unsigned long) const (/home/dcl/Projects/Concurrent_Algorithms/GithubRepository/grading/grading+0x1ceef)
#3 0x55b50d553210 in measure(Workload&, unsigned int, unsigned int, unsigned long, unsigned long, unsigned long, unsigned long)::{lambda(unsigned int)#1}::operator()(unsigned int) const (/home/dcl/Projects/Concurrent_Algorithms/GithubRepository/grading/grading+0x10210)
#4 0x7fd2bef866de (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbd6de)
#5 0x7fd2bf2596da in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76da)
#6 0x7fd2be64361e in __clone (/lib/x86_64-linux-gnu/libc.so.6+0x12161e)
AddressSanitizer can not provide additional info.
SUMMARY: AddressSanitizer: SEGV (/home/dcl/Projects/Concurrent_Algorithms/GithubRepository/339960.so+0x1206) in rollback
Thread T25 created by T0 here:
#0 0x7fd2bf6acd2f in __interceptor_pthread_create (/usr/lib/x86_64-linux-gnu/libasan.so.4+0x37d2f)
#1 0x7fd2bef86994 in std::thread::_M_start_thread(std::unique_ptr<std::thread::_State, std::default_delete<std::thread::_State> >, void (*)()) (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0xbd994)
#2 0x7fd2be543c86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)