After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 366458 - crashes when getting date
crashes when getting date
Status: RESOLVED DUPLICATE of bug 364106
Product: gnome-utils
Classification: Deprecated
Component: logview
2.16.x
Other All
: High critical
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
: 374597 376681 378072 379972 379974 381235 382256 383154 383509 383986 384507 385315 385640 387943 388010 388015 388652 388653 389108 391819 392194 392303 392410 392872 392926 393442 393557 394842 396236 396271 396527 397053 400267 401720 401836 402072 402836 402987 403747 404460 404462 404851 406292 406645 408582 408872 411525 411818 412403 414274 414438 414619 414760 416075 417380 418198 418816 419270 420209 422170 422676 423172 423875 424151 424670 425277 425311 425886 426150 426681 426682 426821 429587 429771 430551 431243 431766 433923 435645 437003 437433 437878 438203 439325 439363 440461 442680 442717 446964 448675 449594 452763 460603 461191 481439 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-10-28 19:31 UTC by zac9
Modified: 2007-12-01 08:45 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
strace file (260.30 KB, text/plain)
2006-12-04 20:47 UTC, relicsrage
Details

Description zac9 2006-10-28 19:31:07 UTC
Version: 2.16.0

What were you doing when the application crashed?
starting log viewer for first time on fc6


Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc)
BugBuddy Version: 2.16.0

Memory status: size: 48959488 vsize: 0 resident: 48959488 share: 0 rss: 10452992 rss_rlim: 0
CPU usage: start_time: 1162063754 rtime: 0 utime: 15 stime: 0 cutime:11 cstime: 0 timeout: 4 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/sbin/gnome-system-log'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1208191280 (LWP 2228)]
(no debugging symbols found)
0x009ab402 in __kernel_vsyscall ()

Thread 1 (Thread -1208191280 (LWP 2228))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 gtk_main_quit
  • #5 gtk_main_quit
  • #6 gtk_main_quit
  • #7 gtk_main_quit
  • #8 gtk_main_quit
  • #9 gtk_main_quit
  • #10 __libc_start_main
    from /lib/libc.so.6
  • #11 gtk_main_quit
  • #0 __kernel_vsyscall

Comment 1 Christian Kirbach 2006-10-29 17:39:19 UTC
seems to be unique

Thanks for taking the time to report this bug.
Unfortunately, that stack trace is missing some elements that will help a lot to solve the problem, so it will be hard for the developers to fix that crash. Can you get us a stack trace with debugging symbols? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 André Klapper 2006-11-13 11:08:47 UTC
*** Bug 374597 has been marked as a duplicate of this bug. ***
Comment 3 André Klapper 2006-11-18 17:14:42 UTC
*** Bug 376681 has been marked as a duplicate of this bug. ***
Comment 4 michael.alenius 2006-11-18 20:29:53 UTC
(In reply to comment #3)
> *** Bug 376681 has been marked as a duplicate of this bug. ***
> 
Is this better info?
Distribution: Fedora Core release 6 (Zod)
Gnome Release: 2.16.0 2006-09-04 (Red Hat, Inc)
BugBuddy Version: 2.16.0

System: Linux 2.6.18-1.2849.fc6 #1 SMP Fri Nov 10 12:45:28 EST 2006 i686
X Vendor: The X.Org Foundation
X Vendor Release: 70101000
Selinux: Enforcing
Accessibility: Disabled

Memory status: size: 38658048 vsize: 0 resident: 38658048 share: 0 rss: 10530816 rss_rlim: 0
CPU usage: start_time: 1163881283 rtime: 0 utime: 17 stime: 0 cutime:13 cstime: 0 timeout: 4 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/sbin/gnome-system-log'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread -1208633120 (LWP 5049)]
0x00a35402 in __kernel_vsyscall ()

Thread 1 (Thread -1208633120 (LWP 5049))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 <signal handler called>
  • #4 string_get_date_string
    at logrtns.c line 136
  • #5 log_read_dates
    at logrtns.c line 253
  • #6 log_open
    at logrtns.c line 422
  • #7 logview_add_logs_from_names
    at logview.c line 247
  • #8 main
    at main.c line 179
  • #9 __libc_start_main
    from /lib/libc.so.6
  • #10 _start
  • #0 __kernel_vsyscall

please tell me if yo need more

Comment 5 André Klapper 2006-11-23 00:19:07 UTC
*** Bug 378072 has been marked as a duplicate of this bug. ***
Comment 6 Damien Durand 2006-11-28 06:52:31 UTC
*** Bug 379972 has been marked as a duplicate of this bug. ***
Comment 7 André Klapper 2006-11-28 15:51:02 UTC
*** Bug 379974 has been marked as a duplicate of this bug. ***
Comment 8 Susana 2006-12-01 21:24:21 UTC
*** Bug 381235 has been marked as a duplicate of this bug. ***
Comment 9 Susana 2006-12-04 18:34:13 UTC
*** Bug 382256 has been marked as a duplicate of this bug. ***
Comment 10 relicsrage 2006-12-04 20:47:34 UTC
Created attachment 77681 [details]
strace file
Comment 11 Susana 2006-12-06 23:33:08 UTC
*** Bug 383154 has been marked as a duplicate of this bug. ***
Comment 12 Bruno Boaventura 2006-12-07 21:26:49 UTC
*** Bug 383509 has been marked as a duplicate of this bug. ***
Comment 13 Susana 2006-12-09 13:49:05 UTC
*** Bug 383986 has been marked as a duplicate of this bug. ***
Comment 14 Susana 2006-12-10 22:44:43 UTC
*** Bug 384507 has been marked as a duplicate of this bug. ***
Comment 15 palfrey 2006-12-13 18:20:24 UTC
*** Bug 385315 has been marked as a duplicate of this bug. ***
Comment 16 Susana 2006-12-14 12:43:31 UTC
*** Bug 385640 has been marked as a duplicate of this bug. ***
Comment 17 Susana 2006-12-20 19:11:31 UTC
*** Bug 387943 has been marked as a duplicate of this bug. ***
Comment 18 Susana 2006-12-20 22:06:50 UTC
*** Bug 388010 has been marked as a duplicate of this bug. ***
Comment 19 Susana 2006-12-20 22:07:14 UTC
*** Bug 388015 has been marked as a duplicate of this bug. ***
Comment 20 Susana 2006-12-22 20:01:26 UTC
*** Bug 388652 has been marked as a duplicate of this bug. ***
Comment 21 Susana 2006-12-22 20:01:53 UTC
*** Bug 388653 has been marked as a duplicate of this bug. ***
Comment 22 Susana 2007-01-02 13:25:01 UTC
*** Bug 389108 has been marked as a duplicate of this bug. ***
Comment 23 Susana 2007-01-02 13:25:14 UTC
*** Bug 391819 has been marked as a duplicate of this bug. ***
Comment 24 Susana 2007-01-03 18:12:40 UTC
*** Bug 392194 has been marked as a duplicate of this bug. ***
Comment 25 Susana 2007-01-03 18:12:57 UTC
*** Bug 392303 has been marked as a duplicate of this bug. ***
Comment 26 Susana 2007-01-03 21:48:31 UTC
*** Bug 392410 has been marked as a duplicate of this bug. ***
Comment 27 Christian Kirbach 2007-01-04 00:56:00 UTC
thank you  michael alenius, the trace is useful.

Confirming report so developers can take a look. Sorry for the delay, but we lack manpower.
Comment 28 Christian Kirbach 2007-01-04 23:14:23 UTC
*** Bug 392872 has been marked as a duplicate of this bug. ***
Comment 29 Christian Kirbach 2007-01-04 23:14:29 UTC
*** Bug 392926 has been marked as a duplicate of this bug. ***
Comment 30 Jens Granseuer 2007-01-06 17:08:08 UTC
*** Bug 393442 has been marked as a duplicate of this bug. ***
Comment 31 Jens Granseuer 2007-01-06 17:08:43 UTC
*** Bug 393557 has been marked as a duplicate of this bug. ***
Comment 32 Christian Kirbach 2007-01-13 21:09:24 UTC
*** Bug 396236 has been marked as a duplicate of this bug. ***
Comment 33 Susana 2007-01-16 12:20:04 UTC
*** Bug 397053 has been marked as a duplicate of this bug. ***
Comment 34 palfrey 2007-01-24 18:46:07 UTC
*** Bug 396527 has been marked as a duplicate of this bug. ***
Comment 35 palfrey 2007-01-24 18:46:11 UTC
*** Bug 396271 has been marked as a duplicate of this bug. ***
Comment 36 palfrey 2007-01-24 18:46:16 UTC
*** Bug 394842 has been marked as a duplicate of this bug. ***
Comment 37 palfrey 2007-01-24 18:46:20 UTC
*** Bug 400267 has been marked as a duplicate of this bug. ***
Comment 38 Mariano Suárez-Alvarez 2007-01-29 07:52:35 UTC
*** Bug 401720 has been marked as a duplicate of this bug. ***
Comment 39 Mariano Suárez-Alvarez 2007-01-29 08:50:00 UTC
*** Bug 401836 has been marked as a duplicate of this bug. ***
Comment 40 Damien Durand 2007-01-29 18:36:53 UTC
*** Bug 402072 has been marked as a duplicate of this bug. ***
Comment 41 Bruno Boaventura 2007-01-31 15:01:05 UTC
*** Bug 402836 has been marked as a duplicate of this bug. ***
Comment 42 Bruno Boaventura 2007-02-01 20:36:34 UTC
*** Bug 402987 has been marked as a duplicate of this bug. ***
Comment 43 Bruno Boaventura 2007-02-03 03:14:54 UTC
*** Bug 403747 has been marked as a duplicate of this bug. ***
Comment 44 Bruno Boaventura 2007-02-05 03:00:55 UTC
*** Bug 404460 has been marked as a duplicate of this bug. ***
Comment 45 Bruno Boaventura 2007-02-05 03:03:26 UTC
*** Bug 404462 has been marked as a duplicate of this bug. ***
Comment 46 Susana 2007-02-06 21:09:06 UTC
*** Bug 404851 has been marked as a duplicate of this bug. ***
Comment 47 Bruno Boaventura 2007-02-10 04:19:16 UTC
*** Bug 406292 has been marked as a duplicate of this bug. ***
Comment 48 Christian Kirbach 2007-02-11 10:50:18 UTC
*** Bug 406645 has been marked as a duplicate of this bug. ***
Comment 49 Damien Durand 2007-02-16 17:44:39 UTC
*** Bug 408582 has been marked as a duplicate of this bug. ***
Comment 50 Damien Durand 2007-02-17 10:18:26 UTC
*** Bug 408872 has been marked as a duplicate of this bug. ***
Comment 51 André Klapper 2007-02-18 13:38:57 UTC
bug 364106, bug 374663, bug 366458 seem to share the same traces
Comment 52 Bruno Boaventura 2007-02-24 18:04:13 UTC
*** Bug 411525 has been marked as a duplicate of this bug. ***
Comment 53 Susana 2007-02-25 13:04:49 UTC
*** Bug 411818 has been marked as a duplicate of this bug. ***
Comment 54 Susana 2007-02-27 11:40:02 UTC
*** Bug 412403 has been marked as a duplicate of this bug. ***
Comment 55 Susana 2007-03-03 21:31:06 UTC
*** Bug 414274 has been marked as a duplicate of this bug. ***
Comment 56 Susana 2007-03-04 12:38:15 UTC
*** Bug 414438 has been marked as a duplicate of this bug. ***
Comment 57 Susana 2007-03-05 14:09:48 UTC
*** Bug 414619 has been marked as a duplicate of this bug. ***
Comment 58 Susana 2007-03-05 14:12:05 UTC
*** Bug 414760 has been marked as a duplicate of this bug. ***
Comment 59 Susana 2007-03-08 22:56:37 UTC
*** Bug 416075 has been marked as a duplicate of this bug. ***
Comment 60 Susana 2007-03-13 00:51:54 UTC
*** Bug 417380 has been marked as a duplicate of this bug. ***
Comment 61 Susana 2007-03-15 13:30:33 UTC
*** Bug 418198 has been marked as a duplicate of this bug. ***
Comment 62 Pedro Villavicencio 2007-03-16 14:31:43 UTC
*** Bug 418816 has been marked as a duplicate of this bug. ***
Comment 63 Damien Durand 2007-03-17 10:34:27 UTC
*** Bug 419270 has been marked as a duplicate of this bug. ***
Comment 64 Damien Durand 2007-03-19 19:59:52 UTC
*** Bug 420209 has been marked as a duplicate of this bug. ***
Comment 65 Susana 2007-03-24 14:32:16 UTC
*** Bug 422170 has been marked as a duplicate of this bug. ***
Comment 66 Pedro Villavicencio 2007-03-27 02:13:59 UTC
*** Bug 423172 has been marked as a duplicate of this bug. ***
Comment 67 Susana 2007-03-27 20:29:53 UTC
*** Bug 422676 has been marked as a duplicate of this bug. ***
Comment 68 Susana 2007-03-30 14:41:57 UTC
*** Bug 423875 has been marked as a duplicate of this bug. ***
Comment 69 Susana 2007-03-30 14:45:50 UTC
*** Bug 424151 has been marked as a duplicate of this bug. ***
Comment 70 Pedro Villavicencio 2007-03-31 01:34:12 UTC
*** Bug 424670 has been marked as a duplicate of this bug. ***
Comment 71 Pedro Villavicencio 2007-04-02 02:40:20 UTC
*** Bug 425277 has been marked as a duplicate of this bug. ***
Comment 72 Pedro Villavicencio 2007-04-02 02:41:26 UTC
*** Bug 425311 has been marked as a duplicate of this bug. ***
Comment 73 Damien Durand 2007-04-04 11:32:41 UTC
*** Bug 425886 has been marked as a duplicate of this bug. ***
Comment 74 Damien Durand 2007-04-04 11:35:09 UTC
*** Bug 426150 has been marked as a duplicate of this bug. ***
Comment 75 palfrey 2007-04-07 14:05:46 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 364106 ***
Comment 76 Susana 2007-04-09 21:42:12 UTC
*** Bug 426681 has been marked as a duplicate of this bug. ***
Comment 77 Susana 2007-04-09 21:43:02 UTC
*** Bug 426682 has been marked as a duplicate of this bug. ***
Comment 78 Susana 2007-04-09 21:43:41 UTC
*** Bug 426821 has been marked as a duplicate of this bug. ***
Comment 79 Pedro Villavicencio 2007-04-15 03:26:53 UTC
*** Bug 429771 has been marked as a duplicate of this bug. ***
Comment 80 Susana 2007-04-19 15:09:22 UTC
*** Bug 429587 has been marked as a duplicate of this bug. ***
Comment 81 Susana 2007-04-19 15:18:35 UTC
*** Bug 430551 has been marked as a duplicate of this bug. ***
Comment 82 Pedro Villavicencio 2007-04-20 01:31:02 UTC
*** Bug 431243 has been marked as a duplicate of this bug. ***
Comment 83 Pedro Villavicencio 2007-04-21 02:03:49 UTC
*** Bug 431766 has been marked as a duplicate of this bug. ***
Comment 84 Susana 2007-05-03 22:48:30 UTC
*** Bug 435645 has been marked as a duplicate of this bug. ***
Comment 85 Pedro Villavicencio 2007-05-09 00:50:14 UTC
*** Bug 437003 has been marked as a duplicate of this bug. ***
Comment 86 Pedro Villavicencio 2007-05-10 13:15:16 UTC
*** Bug 437433 has been marked as a duplicate of this bug. ***
Comment 87 Susana 2007-05-12 20:18:32 UTC
*** Bug 437878 has been marked as a duplicate of this bug. ***
Comment 88 Pedro Villavicencio 2007-05-13 22:47:23 UTC
*** Bug 438203 has been marked as a duplicate of this bug. ***
Comment 89 Pedro Villavicencio 2007-05-18 00:52:10 UTC
*** Bug 439325 has been marked as a duplicate of this bug. ***
Comment 90 Pedro Villavicencio 2007-05-18 15:21:55 UTC
*** Bug 439363 has been marked as a duplicate of this bug. ***
Comment 91 Pedro Villavicencio 2007-05-22 15:22:26 UTC
*** Bug 440461 has been marked as a duplicate of this bug. ***
Comment 92 Pedro Villavicencio 2007-06-01 01:39:33 UTC
*** Bug 442680 has been marked as a duplicate of this bug. ***
Comment 93 Pedro Villavicencio 2007-06-01 01:44:50 UTC
*** Bug 442717 has been marked as a duplicate of this bug. ***
Comment 94 Susana 2007-06-13 16:40:56 UTC
*** Bug 446964 has been marked as a duplicate of this bug. ***
Comment 95 Pedro Villavicencio 2007-06-17 23:40:36 UTC
*** Bug 433923 has been marked as a duplicate of this bug. ***
Comment 96 Christian Kirbach 2007-06-21 20:00:32 UTC
*** Bug 449594 has been marked as a duplicate of this bug. ***
Comment 97 Susana 2007-06-22 22:16:42 UTC
*** Bug 448675 has been marked as a duplicate of this bug. ***
Comment 98 Teppo Turtiainen 2007-07-07 12:02:25 UTC
*** Bug 452763 has been marked as a duplicate of this bug. ***
Comment 99 Pedro Villavicencio 2007-07-27 00:34:46 UTC
*** Bug 460603 has been marked as a duplicate of this bug. ***
Comment 100 Pedro Villavicencio 2007-07-29 14:21:16 UTC
*** Bug 461191 has been marked as a duplicate of this bug. ***
Comment 101 Teppo Turtiainen 2007-12-01 08:45:26 UTC
*** Bug 481439 has been marked as a duplicate of this bug. ***