·2,447,543篇论文数据,部分数据来源于NoteExpress
For example, with segmentation faults, you need to know on which line of code the seg fault occurred.
举例来说,对于段错误,您需要了解段错误发生在代码的哪一行。
As you develop code to dynamically modify the scene graph, you might encounter an application crash or segmentation violation that occurs during the scene graph modification.
因为你的代码可以实时的修改场景图想,你的程序可能会崩溃或者会导致场景修改中发生分割违例。
Listing 8 lists the code that was modified in the source of the jfs_mount.c file to create a segmentation fault at line 109 by creating a null pointer exception.
清单8列出了jfs_mount . c文件的源代码中被修改过的代码,我们在代码中创建了一个空指针异常,从而使代码在第109行产生段错误。
应用推荐