Issue Number : 700715a
| Issue | A segmentation fault occurs after a deadlock during materialized view sync on commit execution. |
| Cause | During the mview sync on commit process, when handling exceptions, the refresh lock is acquired and then released, but the lock initialization is omitted. This causes a system error when lock acquisition fails, leading to a segmentation fault. |
| Solutions | Add wlock initialization logic. |