Files
makemd/archive/handover/bug_report.md
wurenzhi 136c2fa579 feat: 初始化项目结构并添加核心功能模块
- 新增文档模板和导航结构
- 实现服务器基础API路由和控制器
- 添加扩展插件配置和前端框架
- 引入多租户和权限管理模块
- 集成日志和数据库配置
- 添加核心业务模型和类型定义
2026-03-17 22:07:19 +08:00

983 B

name, about, title, labels, assignees
name about title labels assignees
Bug report Create a report to help us improve bug

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Using this example configuration...
  2. Dial into conference using verto
  3. Play my_problem_file.mp4 into conference
  4. FreeSWITCH crashes

Expected behavior A clear and concise description of what you expected to happen.

Package version or git hash

  • Version [e.g. 1.10.4]

Trace logs Provide freeswitch logs w/ DEBUG and UUID logging enabled

backtrace from core file If applicable, provide the full backtrace from the core file.

(gdb) set pagination off
(gdb) set logging file /tmp/backtrace.log
(gdb) set logging on
Copying output to /tmp/backtrace.log.
(gdb) bt
(gdb) bt full
(gdb) info threads
(gdb) thread apply all bt
(gdb) thread apply all bt full
(gdb) set logging off
Done logging to /tmp/backtrace.log.
(gdb) quit