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 633732 - Copy and Paste number from web in a gcalctool and crash
Copy and Paste number from web in a gcalctool and crash
Status: RESOLVED DUPLICATE of bug 629381
Product: gnome-calculator
Classification: Core
Component: general
5.32.x
Other Linux
: Normal critical
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-01 19:24 UTC by Fabio Durán Verdugo
Modified: 2010-11-01 22:31 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Fabio Durán Verdugo 2010-11-01 19:24:06 UTC
Copy and Paste number from web in a gcalctool

1-) Select any number for example 20.000,73
2) Paste in Gcalctool
3-) Crash

Core was generated by `gcalctool'.
Program terminated with signal 11, Segmentation fault.

Thread 1 (Thread 2361)

  • #0 math_equation_insert
    at math-equation.c line 892
  • #1 request_text_received_func
    at gtkclipboard.c line 953
  • #2 selection_received
    at gtkclipboard.c line 865
  • #3 _gtk_marshal_VOID__BOXED_UINT
    at gtkmarshalers.c line 1463
  • #4 g_closure_invoke
    at gclosure.c line 766
  • #5 signal_emit_unlocked_R
    at gsignal.c line 3252
  • #6 g_signal_emit_valist
    at gsignal.c line 2983
  • #7 g_signal_emit_by_name
    at gsignal.c line 3077
  • #8 gtk_selection_retrieval_report
    at gtkselection.c line 2938
  • #9 _gtk_selection_notify
    at gtkselection.c line 2719
  • #10 _gtk_marshal_BOOLEAN__BOXED
    at gtkmarshalers.c line 86
  • #11 g_type_class_meta_marshal
    at gclosure.c line 877
  • #12 g_closure_invoke
    at gclosure.c line 766
  • #13 signal_emit_unlocked_R
    at gsignal.c line 3290
  • #14 g_signal_emit_valist
    at gsignal.c line 2993
  • #15 g_signal_emit
    at gsignal.c line 3040
  • #16 gtk_widget_event_internal
    at gtkwidget.c line 4992
  • #17 IA__gtk_main_do_event
    at gtkmain.c line 1619
  • #18 gdk_event_dispatch
    at gdkevents-x11.c line 2377
  • #19 g_main_dispatch
    at gmain.c line 2149
  • #20 g_main_context_dispatch
    at gmain.c line 2702
  • #21 g_main_context_iterate
    at gmain.c line 2780
  • #22 g_main_loop_run
    at gmain.c line 2988
  • #23 IA__gtk_main
    at gtkmain.c line 1237
  • #24 main
    at gcalctool.c line 257

Comment 1 Fabio Durán Verdugo 2010-11-01 19:38:04 UTC
again get the this crash, could be a regression from bug 629381?

Fedora Core 14 Gcalctool 5.32
Comment 2 Robin Sonefors (ozamosi) 2010-11-01 20:27:24 UTC
I'm almost certain it's actually a duplicate: we haven't released a fixed stable version quite yet.

Just to verify, could you please test if the number is actually in the clipboard, by also trying to paste it somewhere else? If it is a duplicate, the clipboard should be empty. I've found that recently, Firefox doesn't always copy what it should.
Comment 3 Fabio Durán Verdugo 2010-11-01 22:31:21 UTC
(In reply to comment #2)
> I'm almost certain it's actually a duplicate: we haven't released a fixed
> stable version quite yet.
Understand

> Just to verify, could you please test if the number is actually in the
> clipboard, by also trying to paste it somewhere else? If it is a duplicate, the
> clipboard should be empty. I've found that recently, Firefox doesn't always
> copy what it should.

Yes the clipboard is empty. mark dup

*** This bug has been marked as a duplicate of bug 629381 ***