From owner-freebsd-current@FreeBSD.ORG Thu Jan 6 03:05:37 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DCB116A4CE for ; Thu, 6 Jan 2005 03:05:37 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 06A8643D53 for ; Thu, 6 Jan 2005 03:05:37 +0000 (GMT) (envelope-from geekout@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so12677wra for ; Wed, 05 Jan 2005 19:05:36 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=coIzOR4OitIg9JI9ZCK8bCOJ6TuYdcOr6yoJPXPOqZwjgmx0vZpLFBONLPD1ag9pHaTfv0l5K/Z5Yc7Pw+ELsBe9RceaH4QeupNRcWykIA3e7rR2XgCjz3uSQ5MVsWUJVvHMEejBnj81eMFJYJAvLeVkmI107nmPJmBld5XdJzY= Received: by 10.54.45.55 with SMTP id s55mr45464wrs; Wed, 05 Jan 2005 19:05:36 -0800 (PST) Received: by 10.54.46.25 with HTTP; Wed, 5 Jan 2005 19:05:36 -0800 (PST) Message-ID: <6e01203b05010519054864b358@mail.gmail.com> Date: Wed, 5 Jan 2005 20:05:36 -0700 From: Tyler Gee To: FreeBSD Current Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Firefox Crashing - non-present sched_get_priority_max X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Tyler Gee List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jan 2005 03:05:38 -0000 Hi all, I am having a problem where firefox crashes at different points but most specifically every time I try to log into my bank. I can log into other ssl sites with no problem, including other banks, but something on mine makes it crash. Also crashes on other sites reliably and others randomly. I thought it might have something to do with flash as that seemed like a regular occurence on the pages that were causing the crash. Log file on crash: ---snip Jan 5 19:54:58 lapBot kernel: cmd mozilla-xremote-cli pid 45967 tried to use non-present sched_get_priority_min Jan 5 19:54:58 lapBot kernel: cmd mozilla-xremote-cli pid 45967 tried to use non-present sched_get_priority_max Jan 5 19:54:58 lapBot kernel: cmd firefox-bin pid 45973 tried to use non-present sched_get_priority_min Jan 5 19:54:58 lapBot kernel: cmd firefox-bin pid 45973 tried to use non-present sched_get_priority_max ---snip uname -a FreeBSD lapBot.xxx.xxx 6.0-CURRENT FreeBSD 6.0-CURRENT #10: Sun Jan 2 01:21:58 MST 2005 root@lapBot.attbi.com:/usr/obj/usr/src/sys/LAPBOT i386 portversion -v firefox-1.0_7,1 = up-to-date with port flashplugin-firefox-0.4.12 = up-to-date with port Kernel diff: < ident GENERIC --- > ident LAPBOT 30c10 < makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols --- > #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols 36c16 < options INET6 # IPv6 communications protocols --- > #options INET6 # IPv6 communications protocols 40,41c20,21 < options UFS_DIRHASH # Improve performance on big directories < options MD_ROOT # MD is a potential root device --- > #options UFS_DIRHASH # Improve performance on big directories > #options MD_ROOT # MD is a potential root device 43,45c23,25 < options NFSSERVER # Network Filesystem Server < options NFS_ROOT # NFS usable as /, requires NFSCLIENT < options MSDOSFS # MSDOS Filesystem --- > #options NFSSERVER # Network Filesystem Server > #options NFS_ROOT # NFS usable as /, requires NFSCLIENT > #options MSDOSFS # MSDOS Filesystem 53,59c33,39 < options KTRACE # ktrace(1) support < options SYSVSHM # SYSV-style shared memory < options SYSVMSG # SYSV-style message queues < options SYSVSEM # SYSV-style semaphores < options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions < options KBD_INSTALL_CDEV # install a CDEV entry in /dev < options AHC_REG_PRETTY_PRINT # Print register bitfields in debug --- > #options KTRACE # ktrace(1) support > #options SYSVSHM # SYSV-style shared memory > #options SYSVMSG # SYSV-style message queues > #options SYSVSEM # SYSV-style semaphores > #options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions > #options KBD_INSTALL_CDEV # install a CDEV entry in /dev > #options AHC_REG_PRETTY_PRINT # Print register bitfields in debug 61c41 < options AHD_REG_PRETTY_PRINT # Print register bitfields in debug --- > #options AHD_REG_PRETTY_PRINT # Print register bitfields in debug 66,72c46,52 < options KDB # Enable kernel debugger support. < options DDB # Support DDB. < options GDB # Support remote GDB. < options INVARIANTS # Enable calls of extra sanity checking < options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS < options WITNESS # Enable checks to detect deadlocks and cycles < options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed --- > #options KDB # Enable kernel debugger support. > #options DDB # Support DDB. > #options GDB # Support remote GDB. > #options INVARIANTS # Enable calls of extra sanity checking > #options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS > #options WITNESS # Enable checks to detect deadlocks and cycles > #options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed 75,76c55,56 < options SMP # Symmetric MultiProcessor Kernel < device apic # I/O APIC --- > #options SMP # Symmetric MultiProcessor Kernel > #device apic # I/O APIC 80c60 < device eisa --- > #device eisa I can provide more info if needed. Thanks -wtgee