Where should I report bugs?

Where should I report bugs? Is there a bug-reporting system like Gitlab/Bugzilla?

I found the follwing bug. Steps to reproduce:
  • Open BricsCAD
  • Create an empty drawing and store it to Test.dwg
  • Close BricsCAD
  • Right Click on Test.dwg and make file write protect
  • Double click on file so BricsCAD starts
  • BricsCAD asks: File is write protected. Continue?
  • Click No
After that BricsCAD crashs and creates a .dmp File and crash_report.txt File. Shortend content of crash_report.txt:

--------------- 20-05-2022 15:38:12 --------------- v22.1.07.0 ---------------
Unhandled Exception:
ACCESS_VIOLATION (C0000005) in module TD_DbCore_22.4_16.dll at 0033:0000000005697C50
Registers:
RAX=lX RBX=lX RCX=lX RDX=lX RSI=lX RDI=lX RBP=lX RSP=lX RIP=lX EFL=00000000 CS=5697C50 DS=160EFE20 SS=4326FDF0 ES=0000 FS=160EFE20 GS=0000

Call stack (current) (main):
odapLongTransactionManager()+0x00000000000049E0, (0x0000000000000000 0x00000000467DEA20 0x0000000050E10C50 0x0000000000000000), TD_DbCore_22.4_16.dll, 0x00000001802E7C50
ca::isRefeditOrArrayeditActive()+0x000000000000004E, (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), cadapp.dll, 0x000000018009818E
ca::CommandProcessor::checkTimeTresholds()+0x0000000000000152, (0x0000000009F04080 0x0000000009F04080 0x0000000000000000 0x0000000000000000), cadapp.dll, 0x00000001801D2372
ca::CommandProcessor::main()+0x0000000000000030, (0x0000000009F04080 0x0000000000000000 0x0000000000000000 0x0000000000000000), cadapp.dll, 0x00000001801D2670
ca::CommandProcessor::start()+0x0000000000000047, (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), cadapp.dll, 0x00000001801D1817
ca::CommandProcessor::mainWorkFlowProc()+0x000000000000001D, (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), cadapp.dll, 0x00000001801DBDFD
RegQueryInfoKeyA()+0x00000000000003F1, (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), KERNELBASE.dll, 0x00007FFE56DE2E71
RtlUserFiberStart()+0x000000000000001A, (0x0000000000000000 0x0000000000000000 0x0000000000000000 0x0000000000000000), ntdll.dll, 0x00007FFE592AFF0A


Comments