|
Bugzilla – Full Text Bug Listing |
| Summary: | XEmacs crashing using c++ mode | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Ulrich Müller <bugs> |
| Component: | X11 Applications | Assignee: | Mike Fabian <mfabian> |
| Status: | RESOLVED WORKSFORME | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Ulrich Müller
2005-10-27 17:47:14 UTC
Here is the stack trace from the core dump: #0 0xffffe410 in __kernel_vsyscall () #1 0xb7941886 in kill () from /lib/tls/libc.so.6 #2 0x080be12b in fatal_error_signal () #3 <signal handler called> #4 0x0814a739 in byte_marker_position () #5 0x081a572d in signal_syntax_table_extent_changed () #6 0x080e7198 in Fextent_property () #7 0x080ecdaf in Fset_extent_property () #8 0x080ed960 in Fset_extent_properties () #9 0x080c57e0 in Ffuncall () #10 0x080993ca in execute_optimized_program () #11 0x080c5b57 in Ffuncall () #12 0x080993ca in execute_optimized_program () #13 0x080c5b57 in Ffuncall () #14 0x080993ca in execute_optimized_program () #15 0x080c5b57 in Ffuncall () #16 0x080993ca in execute_optimized_program () #17 0x080c5b57 in Ffuncall () #18 0x080993ca in execute_optimized_program () #19 0x080c5b57 in Ffuncall () #20 0x080993ca in execute_optimized_program () #21 0x080c5b57 in Ffuncall () #22 0x0816f5ce in Fmap_range_table () #23 0x080c57e0 in Ffuncall () #24 0x080993ca in execute_optimized_program () #25 0x080c5b57 in Ffuncall () #26 0x080bcb7e in Fmaphash () #27 0x080c57e0 in Ffuncall () #28 0x080993ca in execute_optimized_program () #29 0x080c5b57 in Ffuncall () #30 0x080993ca in execute_optimized_program () #31 0x080c5b57 in Ffuncall () #32 0x080cacec in Fcall_with_condition_handler () #33 0x080c4b9c in Feval () #34 0x080c79a4 in condition_case_1 () #35 0x080ca6c4 in condition_case_3 () #36 0x08099014 in execute_rare_opcode () #37 0x08099ca3 in execute_optimized_program () #38 0x080c5b57 in Ffuncall () #39 0x080c61b3 in run_hook_with_args_in_buffer () #40 0x080c63d8 in run_hook_with_args () #41 0x080c63ff in run_hook () #42 0x080c6421 in run_hook () #43 0x080c7843 in call_with_condition_handler () #44 0x080c7886 in call_with_condition_handler () #45 0x080c228f in internal_catch () #46 0x080c8193 in call_trapping_problems () #47 0x080c867c in safe_run_hook_trapping_problems () #48 0x080d2634 in run_pre_idle_hook () #49 0x0818035b in redisplay () #50 0x080d6790 in Fnext_event () #51 0x080a441f in Fcommand_loop_1 () #52 0x080a44e9 in Fcommand_loop_1 () #53 0x080c79a4 in condition_case_1 () #54 0x080a40ac in Freally_early_error_handler () #55 0x080c228f in internal_catch () #56 0x080a41bd in initial_command_loop () #57 0x080bfd88 in xemacs_21_5_b21_i386_suse_linux () #58 0x080c09a4 in main () I cannot reproduce this. Neither with xemacs-21.5.21.20050721 (as distributed with SuSE Linux 10.0), nor with the updated packages from ftp://ftp.suse.com/pub/projects/m17n/10.0/RPMS/i586/xemacs-21.5.24-0.1.i586.rpm (also tested on SuSE Linux 10.0) nor with XEmacs 21.5.25 tested on SuSE Linux 10.1 Beta. As I cannot reproduce this at all, I have to close it as WORKSFORME. |