Issue 5115 in chromium-os: ChromeOS: Crash Report - Stack Signature: IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976

4 views
Skip to first unread message

chrom...@googlecode.com

unread,
Jul 24, 2010, 3:13:34 AM7/24/10
to chromium...@chromium.org
Status: Untriaged
Owner: sleff...@chromium.org
Labels: Type-Bug Pri-2 Area-Network systems

New issue 5115 by kmix...@chromium.org: ChromeOS: Crash Report - Stack
Signature: IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976
http://code.google.com/p/chromium-os/issues/detail?id=5115

Product: ChromeOS
Stack Signature: -1675E0
New Signature Label: IA__g_try_malloc
New Signature Hash: 644a3167_17969f30_6d14e4b9_edadc2d9_88339976

Report link: http://go/crash/reportdetail?reportid=c8e62a17101095d0

Meta information:
Product Name: ChromeOS
Product Version: 0.8.60.0
Report ID: c8e62a17101095d0
Report Time: 2010/07/24 02:03:15, Sat
Uptime: 0 sec
Cumulative Uptime: 0 sec
OS Name: Linux
OS Version: 0.0.0 Linux 2.6.32.9 #1 SMP Wed Jul 21 14:02:57 PDT 2010 i686
CPU Architecture: x86
CPU Info: GenuineIntel family 6 model 23 stepping 10

Thread 0 *CRASHED* ( SIGABRT @ 0x00000408 )

0x00227416 [linux-gate.so + 0x00000416]
0x00e2fa11 [libc-2.10.1.so + 0x0002ba11]
0x00e6930c [libc-2.10.1.so + 0x0006530c]
0x00e6f140 [libc-2.10.1.so + 0x0006b140]
0x00e6f36d [libc-2.10.1.so + 0x0006b36d]
0x00e71629 [libc-2.10.1.so + 0x0006d629]
0x00e739f7 [libc-2.10.1.so + 0x0006f9f7]
0x00155d02 [libglib-2.0.so.0.2200.4 - gmem.c:199] IA__g_try_malloc
0x0013b908 [libglib-2.0.so.0.2200.4 - gfileutils.c:617]
IA__g_file_get_contents
0x0035c98e [flimflamd - src/storage.c:86] __connman_storage_open
0x00350635 [flimflamd - src/profile.c:277] __profile_entry_list
0x0036048d [flimflamd - src/dbus.c:144] append_variant_array
0x003607dc [flimflamd - src/dbus.c:159]
connman_dbus_dict_append_variant_array
0x0035052a [flimflamd - src/profile.c:333] get_properties
0x00339897 [flimflamd - gdbus/object.c:270] generic_message
0x00655313 [libdbus-1.so.3.4.0 - dbus-object-tree.c:856]
_dbus_object_tree_dispatch_and_unlock
0x006461c9 [libdbus-1.so.3.4.0 - dbus-connection.c:4485]
dbus_connection_dispatch
0x00338577 [flimflamd - gdbus/mainloop.c:89] message_dispatch_cb
0x0014da77 [libglib-2.0.so.0.2200.4 - gmain.c:3396] g_timeout_dispatch
0x0014d323 [libglib-2.0.so.0.2200.4 - gmain.c:1960]
IA__g_main_context_dispatch
0x00150cf4 [libglib-2.0.so.0.2200.4 - gmain.c:2591] g_main_context_iterate
0x0015113e [libglib-2.0.so.0.2200.4 - gmain.c:2799] IA__g_main_loop_run
0x00340b72 [flimflamd - src/main.c:267] main

chrom...@googlecode.com

unread,
Jul 24, 2010, 1:11:30 PM7/24/10
to chromium...@chromium.org
Updates:
Status: Assigned
Labels: -Pri-2 Pri-1 Mstone-R9

Comment #1 on issue 5115 by sleff...@chromium.org: ChromeOS: Crash Report -

Stack Signature:
IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976
http://code.google.com/p/chromium-os/issues/detail?id=5115

(No comment was entered for this change.)

chrom...@googlecode.com

unread,
Aug 9, 2010, 5:52:14 PM8/9/10
to chromium...@chromium.org
Updates:
Labels: Iteration-10

Comment #3 on issue 5115 by sleff...@chromium.org: ChromeOS: Crash Report -

Stack Signature:
IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976
http://code.google.com/p/chromium-os/issues/detail?id=5115

(No comment was entered for this change.)

chrom...@googlecode.com

unread,
Aug 18, 2010, 2:12:26 PM8/18/10
to chromium...@chromium.org
Updates:
Status: Started

Comment #4 on issue 5115 by sleff...@chromium.org: ChromeOS: Crash Report -

Stack Signature:
IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976
http://code.google.com/p/chromium-os/issues/detail?id=5115

This looks to be a side-effect of memory leaks in flimflam.

chrom...@googlecode.com

unread,
Aug 18, 2010, 2:32:33 PM8/18/10
to chromium...@chromium.org

Comment #5 on issue 5115 by bugd...@chromium.org: ChromeOS: Crash Report
- Stack Signature:
IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976
http://code.google.com/p/chromium-os/issues/detail?id=5115#c5

Commit: faba2f4c6374e62af21cee6e28b01a4946785530
Email: slef...@google.com

fix memory leak in flimflam dbus support
Free service data in service_reply to avoid the memory leak of server_data.

Cherry pick'd from upstream.

TEST=observed with valgrind and verified by running valgrind with leak
reporting
BUG=5115

Review URL: http://codereview.chromium.org/3137021

M gdbus/watch.c

chrom...@googlecode.com

unread,
Aug 18, 2010, 11:46:13 PM8/18/10
to chromium...@chromium.org
Updates:
Status: Fixed

Comment #6 on issue 5115 by sleff...@chromium.org: ChromeOS: Crash Report -

Stack Signature:
IA__g_try_malloc-644a3167_17969f30_6d14e4b9_edadc2d9_88339976
http://code.google.com/p/chromium-os/issues/detail?id=5115

mark fixed for now; see if it reappears in crash reports

Reply all
Reply to author
Forward
0 new messages