Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753741Ab2JJILx (ORCPT ); Wed, 10 Oct 2012 04:11:53 -0400 Received: from mail-wg0-f44.google.com ([74.125.82.44]:47094 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615Ab2JJILs (ORCPT ); Wed, 10 Oct 2012 04:11:48 -0400 Message-ID: <50752DC0.1090508@suse.cz> Date: Wed, 10 Oct 2012 10:11:44 +0200 From: Jiri Slaby User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0a2 MIME-Version: 1.0 To: Dave Jones , Linux Kernel , Alan Cox , Jiri Slaby Subject: Re: ODEBUG: free active (active state 0) object type: work_struct hint: flush_to_ldisc+0x0/0x1a0 References: <20121010042656.GA32075@redhat.com> In-Reply-To: <20121010042656.GA32075@redhat.com> X-Enigmail-Version: 1.5a1pre Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2453 Lines: 44 On 10/10/2012 06:26 AM, Dave Jones wrote: > Just hit this.. That'd be me perhaps. Do you have some serial device connected? Or is it a pure terminals + ptys? Did you do something special? This very smells like tty_port is being freed while flushing work_struct is still active. > WARNING: at lib/debugobjects.c:261 debug_print_object+0x8c/0xb0() > ODEBUG: free active (active state 0) object type: work_struct hint: flush_to_ldisc+0x0/0x1a0 > Modules linked in: fuse ipt_ULOG nfnetlink tun binfmt_misc nfc caif_socket caif phonet can llc2 pppoe pppox ppp_generic slhc irda crc_ccitt rds af_key decnet rose x25 atm netrom appletalk ipx p8023 psnap p8022 llc ax25 lockd sunrpc bluetooth rfkill ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables kvm_intel usb_debug kvm crc32c_intel ghash_clmulni_intel microcode pcspkr i2c_i801 e1000e uinput i915 video i2c_algo_bit drm_kms_helper drm i2c_core > Pid: 23707, comm: kworker/3:0 Not tainted 3.6.0+ #26 > Call Trace: > [] warn_slowpath_common+0x7f/0xc0 > [] warn_slowpath_fmt+0x46/0x50 > [] debug_print_object+0x8c/0xb0 > [] ? tty_insert_flip_string_fixed_flag+0x100/0x100 > [] debug_check_no_obj_freed+0x119/0x210 > [] ? free_tty_struct+0x46/0x50 > [] kfree+0xe6/0x340 > [] free_tty_struct+0x46/0x50 > [] release_one_tty+0xa7/0xc0 > [] process_one_work+0x207/0x770 > [] ? process_one_work+0x197/0x770 > [] ? free_tty_struct+0x50/0x50 > [] worker_thread+0x15e/0x440 > [] ? rescuer_thread+0x240/0x240 > [] kthread+0xed/0x100 > [] ? sub_preempt_count+0x79/0xd0 > [] kernel_thread_helper+0x4/0x10 > [] ? finish_task_switch+0x7c/0x120 > [] ? _raw_spin_unlock_irq+0x4b/0x80 > [] ? retint_restore_args+0x13/0x13 > [] ? kthread_create_on_node+0x160/0x160 > [] ? gs_change+0x13/0x13 thanks, -- js suse labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/