Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 286451 Details for
Bug 375131
xfs gets SIGABRT and exits after various applications are opened
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
trace from gdb attched to xfs on Fedora 8 installation
gdbtrace (text/plain), 2.84 KB, created by
Michal Jaegermann
on 2007-12-13 01:26:32 UTC
(
hide
)
Description:
trace from gdb attched to xfs on Fedora 8 installation
Filename:
MIME Type:
Creator:
Michal Jaegermann
Created:
2007-12-13 01:26:32 UTC
Size:
2.84 KB
patch
obsolete
>Program received signal SIGABRT, Aborted. >0x00110402 in __kernel_vsyscall () >(gdb) where >#0 0x00110402 in __kernel_vsyscall () >#1 0x00ae0690 in raise () from /lib/libc.so.6 >#2 0x00ae1f91 in abort () from /lib/libc.so.6 >#3 0x08050862 in do_list_fonts_with_info (client=0x94c81a8, data=0x96e4a58) > at difs/fonts.c:1290 >#4 0x08050c0f in StartListFontsWithInfo (client=0x94c81a8, length=54, > pattern=0x9616ff0 "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1", maxNames=1) at difs/fonts.c:1382 >#5 0x0804d500 in ProcListFontsWithXInfo (client=0x94c81a8) > at difs/dispatch.c:818 >#6 0x0804dc9f in Dispatch () at difs/dispatch.c:149 >#7 0x08052536 in main (argc=Cannot access memory at address 0x2639 >) at difs/main.c:156 >#8 0x00acd390 in __libc_start_main () from /lib/libc.so.6 >#9 0x0804a1f1 in _start () >(gdb) f 3 >#3 0x08050862 in do_list_fonts_with_info (client=0x94c81a8, data=0x96e4a58) > at difs/fonts.c:1290 >1290 abort(); >(gdb) list >1285 } >1286 fsfree(prop_info); >1287 >1288 --cPtr->current.max_names; >1289 if (cPtr->current.max_names < 0) >1290 abort(); >1291 } >1292 } >1293 >1294 /* >(gdb) p *cPtr >No symbol "cPtr" in current context. >(gdb) up >#4 0x08050c0f in StartListFontsWithInfo (client=0x94c81a8, length=54, > pattern=0x9616ff0 "-misc-fixed-bold-r-normal--13-120-75-75-c-70-iso8859-1", maxNames=1) at difs/fonts.c:1382 >1382 do_list_fonts_with_info(client, (pointer) c); >(gdb) l >1377 c->current.private = 0; >1378 c->savedNumFonts = 0; >1379 c->haveSaved = FALSE; >1380 c->slept = FALSE; >1381 c->savedName = 0; >1382 do_list_fonts_with_info(client, (pointer) c); >1383 return TRUE; >1384 badAlloc: >1385 SendErrToClient(client, FSBadAlloc, (pointer) 0); >1386 return TRUE; >(gdb) p *client >$1 = {index = 1, osPrivate = 0x9602cd8, noClientException = -1, > requestVector = 0x8061620, requestBuffer = 0x9616fe4, clientGone = 0, > sequence = 651, swapped = 0, last_request_time = -789782570, > pSwapReplyFunc = 0x4000000, auth = 0x9622fe8, auth_generation = 11, > default_auth = 0x0, catalogues = 0x0, num_catalogues = 0, eventmask = 0, > resolutions = 0x9695ea0, num_resolutions = 1, major_version = 2, > minor_version = 0} >(gdb) up >#5 0x0804d500 in ProcListFontsWithXInfo (client=0x94c81a8) > at difs/dispatch.c:818 >818 return StartListFontsWithInfo(client, stuff->nbytes, >(gdb) list >813 ProcListFontsWithXInfo(ClientPtr client) >814 { >815 REQUEST(fsListFontsWithXInfoReq); >816 REQUEST_FIXED_SIZE(fsListFontsWithXInfoReq, stuff->nbytes); >817 >818 return StartListFontsWithInfo(client, stuff->nbytes, >819 (unsigned char *)stuff + SIZEOF(fsListFontsWithXInfoReq), stuff->maxNames); >820 } >821 >822 int >(gdb)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 375131
:
255991
|
256001
|
256011
| 286451 |
290887