| Summary: | SIGSEGV closing Base | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Terrence Enger <lo_bugs> |
| Component: | Base | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | lo_bugs |
| Priority: | medium | ||
| Version: | Master old -3.6 | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Linux (All) | ||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
backtrace after SIGSEGV
backtrace from SIGSEGV at stl_tree.h line 517 typescript of gdb session with SIGSEGV at stl_function.h line 230 |
||
After some experimentation, I think my failure to source program/ooenv before starting gdb is implicated in the problem. This is a PEBCAK. I shall set this bug RESOLVED INVALID. Meanwhile, in case anybody is interested, I shall attach a backtrace from a SIGSEGV at stl_tree.h:517 and the typescript of a gdb session with a SIGSEGV at stl_function.h:230. (I am throwing these three SIGSEGVs into this one bug merely because I was doing vaguely similar things when they happened.) I do not suggest that anybody should be particularly interested. Created attachment 50506 [details]
backtrace from SIGSEGV at stl_tree.h line 517
Created attachment 50507 [details]
typescript of gdb session with SIGSEGV at stl_function.h line 230
|
Created attachment 50496 [details] backtrace after SIGSEGV I am on ubuntu-natty (11.04), running a local build of LibreOffice, commit ID aa51fd4. The database involved is an ODBC connection to DB2/i. In Base, did a bunch of queries which provoked msgbox "The data content could not be loaded." and a bunch of comparable queries which avoided that message. When I closed the database window, gdb reports SIGSEGV. I have the typescript file and shall attach gdb log file with backtrace.