cmu-db / bustub

The BusTub Relational Database Management System (Educational)
https://15445.courses.cs.cmu.edu/
MIT License
3.92k stars 1.76k forks source link

about CREATE TABLE ERROR (have already been solved) #707

Closed AiChaosN closed 5 months ago

AiChaosN commented 5 months ago

bustub> CREATE TABLE table1(v1 INT, v2 INT, v3 VARCHAR(128)); AddressSanitizer:DEADLYSIGNAL

==9047==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000 (pc 0x55ab79abec7b bp 0x7ffea8c79380 sp 0x7ffea8c79370 T0) ==9047==The signal is caused by a READ memory access.