From owner-freebsd-arm@FreeBSD.ORG Tue Dec 2 18:32:31 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 813C81B2; Tue, 2 Dec 2014 18:32:31 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A67F9F59; Tue, 2 Dec 2014 18:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1417545122; l=31629; s=domk; d=ulrich-grey.de; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References: In-Reply-To:Subject:Cc:To:From:Date; bh=R/5Kc0rXIFHbYdqxyCswQs6q2TY=; b=HLgwl9DyukYB9fYuqEsXqqI4NQNuYAyPYihZ9BqbP3eedtZ5iCHYwPLeN/UYarRZBxW 5z4sHsVMvGIrGtAhHaKj3fxrj+IhLy+Zp/2KM6YhPmbewzJJfLfjKKGw+iXWkcTakF7E8 faTBI60td3D1VUjB9B1i2+38NIp3TkkfhCs= X-RZG-AUTH: :OX8Be0W8W+pMC3rDLL/lo2xV/LZTbZkYhOcjg8suic3iYr/B8J9Lzp3TJg47uMv/Cto= X-RZG-CLASS-ID: mo00 Received: from bbu (p5486820E.dip0.t-ipconnect.de [84.134.130.14]) by smtp.strato.de (RZmta 36.2 DYNA|AUTH) with ESMTPSA id i061e9qB2IVjsld (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate); Tue, 2 Dec 2014 19:31:45 +0100 (CET) Date: Tue, 2 Dec 2014 19:31:44 +0100 From: Ulrich Grey To: sbruno@freebsd.org Subject: Re: Test Help, python regressions Message-Id: <20141202193144.b608cfbe956f647d104b359e@ulrich-grey.de> In-Reply-To: <547CAEB3.2000701@ignoranthack.me> References: <547CAEB3.2000701@ignoranthack.me> Organization: - X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; armv6-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Sean Bruno , freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Dec 2014 18:32:31 -0000 Hello, I am running a freebsd current version with the alternative pmap implementation from Svatopluk Kraus. I have compiled python27 and have made "make test" in the work directory. here is the result: root@quad:/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8 # make test running build running build_ext ldd: /usr/local/lib/libreadline.so: not a FreeBSD ELF shared object building dbm using ndbm INFO: Can't locate Tcl/Tk libs and/or headers Python build finished, but the necessary bits to build these modules were not found: _bsddb _sqlite3 _tkinter gdbm linuxaudiodev spwd sunaudiodev To find the necessary bits, look in setup.py in detect_modules() for the module's name. running build_scripts copying and adjusting /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Tools/scripts/pydoc -> build/scripts-2.7 copying and adjusting /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Tools/scripts/idle -> build/scripts-2.7 copying and adjusting /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Tools/scripts/2to3 -> build/scripts-2.7 changing mode of build/scripts-2.7/pydoc from 644 to 755 changing mode of build/scripts-2.7/idle from 644 to 755 changing mode of build/scripts-2.7/2to3 from 644 to 755 renaming build/scripts-2.7/pydoc to build/scripts-2.7/pydoc2.7 renaming build/scripts-2.7/idle to build/scripts-2.7/idle2.7 renaming build/scripts-2.7/2to3 to build/scripts-2.7/2to3-2.7 [61257 refs] LD_LIBRARY_PATH=/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8 ./python -E -c 'import sys ; from sysconfig import get_platform ; print get_platform()+"-"+sys.version [0:3]' >platform [18385 refs] find ./Lib -name '*.py[co]' -print | xargs rm -f LD_LIBRARY_PATH=/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8 ./python -Wd -3 -E -tt ./Lib/test/regrtest.py -l == CPython 2.7.8 (default, Dec 2 2014, 14:50:49) [GCC 4.2.1 Compatible FreeBSD Clang 3.4.1 (tags/RELEASE_34/dot1-final 208032)] == FreeBSD-11.0-CURRENT-arm-armv6-32bit-ELF little-endian == /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/build/test_python_99196 Testing with flags: sys.flags(debug=0, py3k_warning=1, division_warning=1, division_new=0, inspect=0, interactive=0, optimize=0, dont_write_bytecode=0, no_user_site=0, no_site=0, ignore_environment=1, tabcheck=2, verbose=0, unicode=0, bytes_warning=0, hash_randomization=0) test_grammar test_opcodes test_dict test_builtin test_exceptions test_types test_unittest test_doctest test_doctest2 test_MimeWriter test_SimpleHTTPServer test_StringIO test___all__ test___future__ test__locale test__osx_support test_abc test_abstract_numbers test_aepack test_aepack skipped -- No module named aetypes test_aifc test test_aifc failed -- Traceback (most recent call last): File "/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_aifc.py", line 167, in test_read_written self.assertEqual(read_written(x, 'float'), aifc._HUGE_VAL) AssertionError: -1.79769313486231e+308 != 1.79769313486231e+308 test_al test_al skipped -- No module named al test_anydbm test_applesingle test_applesingle skipped -- No module named MacOS test_argparse test_array test_ascii_formatd test_ast test_asynchat /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/threading.py:855: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses self.__exc_clear() test_asyncore test_atexit test_audioop test_augassign test_base64 test_bastion test_bigaddrspace test_bigmem test_binascii test_binhex test_binop test_bisect test_bool test_bsddb test_bsddb skipped -- No module named _bsddb test_bsddb185 test_bsddb3 test_bsddb3 skipped -- No module named _bsddb test_buffer test_bufio test_bytes test_bz2 test_calendar test_call test_capi test_cd test_cd skipped -- No module named cd test_cfgparser test_cgi test_charmapcodec test_cl test_cl skipped -- No module named cl test_class test_cmath test test_cmath failed -- Traceback (most recent call last): File "/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_cmath.py", line 324, in test_specific_values actual = function(arg) ValueError: math domain error test_cmd test_cmd_line test_cmd_line_script test_code test_codeccallbacks test_codecencodings_cn test_codecencodings_hk test_codecencodings_iso2022 test_codecencodings_jp test_codecencodings_kr test_codecencodings_tw test_codecmaps_cn test_codecmaps_cn skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_hk test_codecmaps_hk skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_jp test_codecmaps_jp skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_kr test_codecmaps_kr skipped -- Use of the `urlfetch' resource not enabled test_codecmaps_tw test_codecmaps_tw skipped -- Use of the `urlfetch' resource not enabled test_codecs test_codeop test_coding test_coercion test_collections /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:717: DeprecationWarning: comparing unequal types not supported in 3.x f1 < l3 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:718: DeprecationWarning: comparing unequal types not supported in 3.x f1 < l1 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:719: DeprecationWarning: comparing unequal types not supported in 3.x f1 < l2 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:732: DeprecationWarning: comparing unequal types not supported in 3.x f1 <= l3 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:733: DeprecationWarning: comparing unequal types not supported in 3.x f1 <= l1 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:734: DeprecationWarning: comparing unequal types not supported in 3.x f1 <= l2 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:747: DeprecationWarning: comparing unequal types not supported in 3.x f1 > l3 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:748: DeprecationWarning: comparing unequal types not supported in 3.x f1 > l1 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:749: DeprecationWarning: comparing unequal types not supported in 3.x f1 > l2 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:762: DeprecationWarning: comparing unequal types not supported in 3.x f1 >= l3 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:763: DeprecationWarning: comparing unequal types not supported in 3.x f1 >=l1 /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_collections.py:764: DeprecationWarning: comparing unequal types not supported in 3.x f1 >= l2 test_colorsys test_commands test_compare test_compile test_compileall test_compiler test_complex test_complex_args test_contains test_contextlib test_cookie test_cookielib test_copy test_copy_reg test_cpickle test_cprofile test_crypt test_csv test_ctypes /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/ctypes/util.py:180: DeprecationWarning: the cmp argument is not supported in 3.x res.sort(cmp= lambda x,y: cmp(_num_version(x), _num_version(y))) test_curses test_curses skipped -- Use of the `curses' resource not enabled test_datetime test_dbm test_decimal test_decorators test_defaultdict test_deque test_descr test_descrtut test_dictcomps test_dictviews test_difflib test_dircache test_dis test_distutils [22415 refs] test_dl test_dl skipped -- Could not open any shared libraries test_docxmlrpc test_dumbdbm test_dummy_thread test_dummy_threading /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/threading.py:855: DeprecationWarning: sys.exc_clear() not supported in 3.x; use except clauses self.__exc_clear() test_email test_email_codecs test_email_renamed test_enumerate test_eof test_epoll test_epoll skipped -- test works only on Linux 2.6 test_errno test_exception_variations test_extcall test_fcntl test_file test_file2k [18612 refs] [18540 refs] [18540 refs] [18550 refs] [18550 refs] [18550 refs] [18382 refs] [18382 refs] test test_file2k failed -- Traceback (most recent call last): File "/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_file2k.py", line 437, in test_write_full f.close() IOError: [Errno 28] No space left on device test_file_eintr test_filecmp test_fileinput test_fileio test_float test test_float failed -- Traceback (most recent call last): File "/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_float.py", line 1273, in test_from_hex self.identical(fromHex('0x0.ffffffffffffd6p-1022'), MIN-3*TINY) File "/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_float.py", line 983, in identical self.fail('%r not identical to %r' % (x, y)) AssertionError: 0.0 not identical to 2.2250738585072014e-308 test_fnmatch test_fork1 test_format test_fpformat test_fractions test test_fractions failed -- Traceback (most recent call last): File "/usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_fractions.py", line 483, in testMixedLess self.assertFalse(F(144, -89) < float('nan')) AssertionError: True is not false test_frozen test_ftplib test_funcattrs test_functools test_future test_future3 test_future4 test_future5 test_future_builtins test_gc test_gdb test_gdb skipped -- gdb versions before 7.0 didn't support python embedding Saw: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "armv6-marcel-freebsd". test_gdbm test_gdbm skipped -- No module named gdbm test_generators test_genericpath test_genexps test_getargs test_getargs2 test_getopt test_gettext test_gl test_gl skipped -- No module named gl test_glob test_global test_grp test_gzip test_hash /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_hash.py:218: DeprecationWarning: buffer() not supported in 3.x self.assertEqual(hash(buffer("")), 0) test_hashlib test_heapq test_hmac /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_hmac.py:393: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class mystr(str): /usr/local/DEVEL/ports/lang/python27/work/Python-2.7.8/Lib/test/test_hmac.py:404: DeprecationWarning: Overriding __eq__ blocks inheritance of __hash__ in 3.x class mybytes(bytes): test_hotshot test_htmllib test_htmlparser test_httplib test_httpservers test_idle test_idle skipped -- No module named _tkinter test_imageop test_imaplib test_imgfile test_imgfile skipped -- No module named imgfile test_imghdr test_imp test_import test_importhooks test_importlib test_index test_inspect test_int test_int_literal test_io test_ioctl test_isinstance test_iter test_iterlen test_itertools test_json [22291 refs] test_kqueue test_largefile test_lib2to3 test_linecache test_linuxaudiodev test_linuxaudiodev skipped -- Use of the `audio' resource not enabled test_list test_locale test_logging test_long test_long_future test_longexp test_macos test_macos skipped -- No module named MacOS test_macostools test_macostools skipped -- No module named MacOS test_macpath test_macurl2path test_mailbox test_marshal test_math test test_math failed -- multiple errors occurred; run in verbose mode for details test_md5 test_memoryio test_memoryview test_mhlib test_mimetools test_mimetypes test_minidom test_mmap test_module test_modulefinder test_msilib test_msilib skipped -- No module named _msi test_multibytecodec test_multibytecodec_support test_multifile test_multiprocessing [72818 refs] test_mutants test_mutex test_netrc test_new test_nis test_nntplib test_normalization test_ntpath test_old_mailbox test_openpty test_operator test_optparse test_os [18382 refs] [18382 refs] test_ossaudiodev test_ossaudiodev skipped -- Use of the `audio' resource not enabled test_parser test_pdb test_peepholer test_pep247 test_pep263 test_pep277 test_pep277 skipped -- only NT+ and systems with Unicode-friendly filesystem encoding test_pep292 test_pep352 test_pickle test_pickletools test_pipes test_pkg test_pkgimport test_pkgutil test_platform [22213 refs] [22213 refs] test_plistlib test_poll test_popen [18387 refs] [18387 refs] [18387 refs] test_popen2 test_poplib test_posix test_posixpath test_pow test_pprint test_print test_profile test_property test_pstats test_pty test_pwd test_py3kwarn test_py_compile test_pyclbr test_pydoc test_pyexpat test_queue test_quopri [21216 refs] [21216 refs] test_random test_re test_readline test_repr test_resource test_rfc822 test_richcmp test_rlcompleter test_robotparser test_runpy test_sax test_scope test_scriptpackages test_scriptpackages skipped -- No module named aetools test_select test_set test_setcomps test_sets test_sgmllib test_sha test_shelve test_shlex test_shutil test_signal test_site [18382 refs] [18382 refs] [18382 refs] [18382 refs] Warning -- sys.path was modified by test_site test_slice test_smtplib test_smtpnet test_smtpnet skipped -- Use of the `network' resource not enabled test_socket test_socketserver test_socketserver skipped -- Use of the `network' resource not enabled test_softspace test_sort test_spwd test_spwd skipped -- No module named spwd test_sqlite test_sqlite skipped -- No module named _sqlite3 test_ssl test_startfile test_startfile skipped -- module os has no attribute startfile test_stat test_str test_strftime test_string test_stringprep test_strop test_strptime test_strtod test test_strtod failed -- multiple errors occurred; run in verbose mode for details test_struct test_structmembers test_structseq test_subprocess [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18381 refs] [18597 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18597 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18381 refs] [18597 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18382 refs] [18597 refs] test_sunau test_sunaudiodev test_sunaudiodev skipped -- No module named sunaudiodev test_sundry test_symtable test_syntax test_sys [18381 refs] [18611 refs] [18405 refs] test_sys_setprofile test_sys_settrace test_sysconfig [18382 refs] [18382 refs] test_tarfile test_tcl test_tcl skipped -- No module named _tkinter test_telnetlib Fatal kernel mode data abort: 'Translation Fault (L2)' on read trapframe: 0xfac43b88 FSR=00000007, FAR=00000004, spsr=60000013 r0 =c789f4cc, r1 =00000004, r2 =c2439402, r3 =0000020c r4 =c789f498, r5 =00000000, r6 =c789f4cc, r7 =c2439402 r8 =c7ac0318, r9 =00000000, r10=00000000, r11=fac43be0 r12=00000000, ssp=fac43bd8, slr=c7b766e0, pc =c21e34e0 [ thread pid 99196 tid 100490 ] Stopped at sbappendstream_locked+0x24: ldr r0, [r5, #0x004] db> show all pcpu Current CPU: 0 cpuid = 0 dynamic pcpu = 0x1f7fc0 curthread = 0xc7b766e0: pid 99196 "python" curpcb = 0xfac43ea8 fpcurthread = 0xc7b766e0: pid 99196 "python" idlethread = 0xc6fdaa50: tid 100002 "idle: cpu0" cpuid = 1 dynamic pcpu = 0x1f5e5fc0 curthread = 0xc6fda6e0: pid 10 "idle: cpu1" curpcb = 0xf2e65ea8 fpcurthread = 0xc8690a50: pid 99537 "top" idlethread = 0xc6fda6e0: tid 100003 "idle: cpu1" cpuid = 2 dynamic pcpu = 0x1f5e6fc0 curthread = 0xc6fda370: pid 10 "idle: cpu2" curpcb = 0xf2e68ea8 --More-- fpcurthread = 0xc75716e0: pid 496 "ntpd" idlethread = 0xc6fda370: tid 100004 "idle: cpu2" cpuid = 3 dynamic pcpu = 0x1f5e7fc0 curthread = 0xc707a000: pid 13 "rand_harvestq" curpcb = 0xf2e89ea8 fpcurthread = none idlethread = 0xc6fda000: tid 100005 "idle: cpu3" db> where 99196 Tracing pid 99196 tid 100134 td 0xc804fa50 cpu_switch() at cpu_switch+0x18 pc = 0xc23e2774 lr = 0xc219325c (sched_switch+0x44c) sp = 0xfacd3ac8 fp = 0xfacd3af8 Unwind failure (no registers changed) db> where 99537 Tracing pid 99537 tid 100285 td 0xc8690a50 cpu_switch() at cpu_switch+0x18 pc = 0xc23e2774 lr = 0xc219325c (sched_switch+0x44c) sp = 0xfb33ea30 fp = 0xfb33ea60 Unwind failure (no registers changed) db> where 496 Tracing pid 496 tid 100062 td 0xc75716e0 cpu_switch() at cpu_switch+0x18 pc = 0xc23e2774 lr = 0xc219325c (sched_switch+0x44c) sp = 0xfa985a40 fp = 0xfa985a70 Unwind failure (no registers changed) db> where 13 Tracing pid 13 tid 100015 td 0xc707a000 savectx() at savectx+0x14 pc = 0xc23e2968 lr = 0xc23d0a6c ($a+0xe0) sp = 0xf2e89c28 fp = 0xf2e89c68 Unwind failure (no registers changed) db> where Tracing pid 99196 tid 100490 td 0xc7b766e0 db_trace_self() at db_trace_self pc = 0xc23cb0f4 lr = 0xc2038b34 (db_stack_trace+0xf4) sp = 0xfac43878 fp = 0xfac43890 r10 = 0xc253a40c db_stack_trace() at db_stack_trace+0xf4 pc = 0xc2038b34 lr = 0xc20384a4 (db_command+0x270) sp = 0xfac43898 fp = 0xfac43938 r4 = 0x00000000 r5 = 0x00000000 r6 = 0x00000072 db_command() at db_command+0x270 pc = 0xc20384a4 lr = 0xc2038208 (db_command_loop+0x60) sp = 0xfac43940 fp = 0xfac43950 r4 = 0xc2413db6 r5 = 0xc242d229 r6 = 0xc253a3f8 r7 = 0xfac43b88 r8 = 0x00000001 r9 = 0xc24dbcf8 r10 = 0xc25317b4 db_command_loop() at db_command_loop+0x60 pc = 0xc2038208 lr = 0xc203ace4 (db_trap+0xd8) sp = 0xfac43958 fp = 0xfac43a78 --More-- r4 = 0x00000000 r5 = 0xc253a404 r6 = 0xc25317d8 db_trap() at db_trap+0xd8 pc = 0xc203ace4 lr = 0xc21a7620 (kdb_trap+0x15c) sp = 0xfac43a80 fp = 0xfac43aa0 r4 = 0x00000000 r5 = 0x00000007 r6 = 0xc25317d8 r7 = 0xfac43b88 kdb_trap() at kdb_trap+0x15c pc = 0xc21a7620 lr = 0xc23e3984 (abort_fatal+0x180) sp = 0xfac43aa8 fp = 0xfac43ac0 r4 = 0xfac43b88 r5 = 0x00000013 r6 = 0x00000004 r7 = 0x00000007 r8 = 0x00000007 r9 = 0x00000004 r10 = 0xfac43b88 abort_fatal() at abort_fatal+0x180 pc = 0xc23e3984 lr = 0xc23e37d0 ($d) sp = 0xfac43ac8 fp = 0xfac43b80 r4 = 0x00000007 r5 = 0x00000000 r6 = 0x00000007 r7 = 0x00000013 r8 = 0x00000023 --More-- $d() at $d pc = 0xc23e37d0 lr = 0xc23ccecc (exception_exit) sp = 0xfac43b88 fp = 0xfac43be0 r4 = 0xc789f498 r5 = 0x00000000 r6 = 0xc789f4cc r7 = 0xc2439402 r8 = 0xc7ac0318 r9 = 0x00000000 r10 = 0x00000000 exception_exit() at exception_exit pc = 0xc23ccecc lr = 0xc7b766e0 (0xc7b766e0) sp = 0xfac43bd8 fp = 0xfac43be0 r0 = 0xc789f4cc r1 = 0x00000004 r2 = 0xc2439402 r3 = 0x0000020c r4 = 0xc789f498 r5 = 0x00000000 r6 = 0xc789f4cc r7 = 0xc2439402 r8 = 0xc7ac0318 r9 = 0x00000000 r10 = 0x00000000 r12 = 0x00000000 sbappendstream_locked() at sbappendstream_locked+0x24 pc = 0xc21e34e0 lr = 0xc21e3584 (sbappendstream+0x3c) sp = 0xfac43be8 fp = 0xfac43bf8 r4 = 0x00000000 r5 = 0xc789f498 --More-- sbappendstream() at sbappendstream+0x3c pc = 0xc21e3584 lr = 0xc22ebea4 (tcp_usr_send+0x1ec) sp = 0xfac43c00 fp = 0xfac43c30 r4 = 0x00000000 r5 = 0xc789f3a0 r6 = 0x00000000 r7 = 0xc789f498 tcp_usr_send() at tcp_usr_send+0x1ec pc = 0xc22ebea4 lr = 0xc21e632c (sosend_generic+0x464) sp = 0xfac43c38 fp = 0xfac43ca8 r4 = 0x0000bf64 r5 = 0x00000000 r6 = 0xc789f4cc r7 = 0x00000000 r8 = 0x00000000 r9 = 0x00000000 r10 = 0xc789f3a0 sosend_generic() at sosend_generic+0x464 pc = 0xc21e632c lr = 0xc21e6540 (sosend+0x34) sp = 0xfac43cb0 fp = 0xfac43cc0 r4 = 0xcb8caa40 r5 = 0x00000000 r6 = 0xc789f3a0 r7 = 0xc789f3a0 r8 = 0x00000000 r9 = 0x0000000c r10 = 0xc7b766e0 sosend() at sosend+0x34 --More-- pc = 0xc21e6540 lr = 0xc21ec958 (kern_sendit+0x198) sp = 0xfac43cc8 fp = 0xfac43d28 kern_sendit() at kern_sendit+0x198 pc = 0xc21ec958 lr = 0xc21ecc60 (sendit+0x110) sp = 0xfac43d30 fp = 0xfac43d60 r4 = 0x00000000 r5 = 0xc8053640 r6 = 0xfac43d70 r7 = 0x00000000 r8 = 0x00000000 r9 = 0x00000000 r10 = 0xc7b766e0 sendit() at sendit+0x110 pc = 0xc21ecc60 lr = 0xc21ecb48 (sys_sendto+0x58) sp = 0xfac43d68 fp = 0xfac43d90 r4 = 0xc7b766e0 r5 = 0xc8053640 r6 = 0x00000000 r7 = 0x00000000 r8 = 0xfac43e08 r9 = 0xfac43e00 r10 = 0x00000000 sys_sendto() at sys_sendto+0x58 pc = 0xc21ecb48 lr = 0xc23e2e28 (swi_handler+0x2cc) sp = 0xfac43d98 fp = 0xfac43e50 swi_handler() at swi_handler+0x2cc --More-- pc = 0xc23e2e28 lr = 0xc23cce64 (swi_exit) sp = 0xfac43e58 fp = 0xbc3f0500 r4 = 0x00000000 r5 = 0x0000000c r6 = 0x20fc0b00 r7 = 0x00000085 r8 = 0x00000000 r9 = 0x00000000 r10 = 0x00000000 swi_exit() at swi_exit pc = 0xc23cce64 lr = 0xc23cce64 (swi_exit) sp = 0xfac43e58 fp = 0xbc3f0500 db> ps pid ppid pgrp uid state wmesg wchan cmd 99537 870 99537 0 S+ select 0xc7e92124 top 99196 99186 99186 0 R+ (threaded) python 100134 S sbwait 0xc78cf0bc python 100490 Run CPU 0 python 99186 582 99186 0 S+ wait 0xc83aa000 make 73432 73413 73432 0 S+ ttyin 0xce509270 less 73413 73412 73413 0 S+ pause 0xc84af6a8 csh 73412 73410 73412 1001 S+ wait 0xc844a320 su 73410 73409 73410 1001 Ss+ pause 0xc84f59c8 csh 73409 73406 73406 1001 S select 0xc7e4e1e4 sshd 73406 526 73406 0 Ss select 0xc7e337e4 sshd 870 863 870 0 S+ pause 0xc7562ce8 csh 863 856 863 1001 S+ wait 0xc7562960 su 856 855 856 1001 Ss+ pause 0xc7ecc6a8 csh 855 829 829 1001 S select 0xc73f3a24 sshd 829 526 829 0 Ss select 0xc73f3924 sshd 582 573 582 0 S+ pause 0xc74f4068 csh 573 1 573 0 Ss+ wait 0xc74f5960 login 530 1 530 0 Ss nanslp 0xc2523810 cron --More-- 526 1 526 0 Ss select 0xc74976a4 sshd 496 1 496 0 Ss select 0xc70b5464 ntpd 439 1 439 0 Ss select 0xc7543164 casperd 438 1 438 0 Ss select 0xc73f5764 casperd 336 1 336 0 Ss select 0xc7543764 syslogd 264 1 264 0 Ss select 0xc73f59e4 devd 15 0 0 0 DL syncer 0xc25356c8 [syncer] 9 0 0 0 DL vlruwt 0xc7384000 [vnlru] 8 0 0 0 DL (threaded) [bufdaemon] 100044 D psleep 0xc2535450 [bufdaemon] 100057 D sdflush 0xc7401e84 [/ worker] 100059 D sdflush 0xc74a0484 [/usr/local/DEVEL wo] 7 0 0 0 DL pgzero 0xc253857c [pagezero] 6 0 0 0 DL psleep 0xc253840c [vmdaemon] 5 0 0 0 DL psleep 0xc254d584 [pagedaemon] 4 0 0 0 DL jobqueue 0xc7078b80 [mmcsd0: mmc/sd card] 3 0 0 0 DL waiting_ 0xc254a8c4 [sctp_iterator] 14 0 0 0 DL (threaded) [usb] 100026 D - 0xc70abca4 [usbus0] 100027 D - 0xc70abcd4 [usbus0] --More-- 100028 D - 0xc70abd04 [usbus0] 100029 D - 0xc70abd34 [usbus0] 100031 D - 0xc7186ca4 [usbus1] 100032 D - 0xc7186cd4 [usbus1] 100033 D - 0xc7186d04 [usbus1] 100034 D - 0xc7186d34 [usbus1] 2 0 0 0 DL (threaded) [cam] 100020 D - 0xc25120c0 [doneq0] 100039 D - 0xc25122a8 [scanner] 13 0 0 0 RL CPU 3 [rand_harvestq] 12 0 0 0 DL (threaded) [geom] 100012 D - 0xc253b024 [g_event] 100013 D - 0xc253b028 [g_up] 100014 D - 0xc253b02c [g_down] 11 0 0 0 WL (threaded) [intr] 100006 I [swi3: vm] 100007 I [swi1: netisr 0] 100008 I [swi4: clock (0)] 100009 I [swi4: clock (1)] 100010 I [swi4: clock (2)] --More-- 100011 I [swi4: clock (3)] 100016 I [swi6: Giant taskq] 100018 I [swi5: fast taskq] 100022 I [swi6: task queue] 100023 I [swi0: uart] 100024 I [intr150: ffec0] 100025 I [intr75: ehci0] 100030 I [intr72: ehci1] 100035 I [intr54: sdhci_imx0] 100036 I [intr56: sdhci_imx1] 10 0 0 0 RL (threaded) [idle] 100002 CanRun [idle: cpu0] 100003 Run CPU 1 [idle: cpu1] 100004 Run CPU 2 [idle: cpu2] 100005 CanRun [idle: cpu3] 1 0 1 0 SLs wait 0xc6fd7640 [init] 0 0 0 0 DLs (threaded) [kernel] 100000 D swapin 0xc253b048 [swapper] 100017 D - 0xc7078380 [thread taskq] 100019 D - 0xc7078280 [ffs_trim taskq] --More-- 100021 D - 0xc7077f00 [kqueue taskq] 100038 D - 0xc7078200 [CAM taskq] db> bt Tracing pid 99196 tid 100490 td 0xc7b766e0 db_trace_self() at db_trace_self pc = 0xc23cb0f4 lr = 0xc2038b34 (db_stack_trace+0xf4) sp = 0xfac43878 fp = 0xfac43890 r10 = 0xc253a40c db_stack_trace() at db_stack_trace+0xf4 pc = 0xc2038b34 lr = 0xc20384a4 (db_command+0x270) sp = 0xfac43898 fp = 0xfac43938 r4 = 0x00000000 r5 = 0x00000000 r6 = 0x00000072 db_command() at db_command+0x270 pc = 0xc20384a4 lr = 0xc2038208 (db_command_loop+0x60) sp = 0xfac43940 fp = 0xfac43950 r4 = 0xc2413db6 r5 = 0xc242d229 r6 = 0xc253a3f8 r7 = 0xfac43b88 r8 = 0x00000001 r9 = 0xc24dbcf8 r10 = 0xc25317b4 db_command_loop() at db_command_loop+0x60 pc = 0xc2038208 lr = 0xc203ace4 (db_trap+0xd8) sp = 0xfac43958 fp = 0xfac43a78 --More-- r4 = 0x00000000 r5 = 0xc253a404 r6 = 0xc25317d8 db_trap() at db_trap+0xd8 pc = 0xc203ace4 lr = 0xc21a7620 (kdb_trap+0x15c) sp = 0xfac43a80 fp = 0xfac43aa0 r4 = 0x00000000 r5 = 0x00000007 r6 = 0xc25317d8 r7 = 0xfac43b88 kdb_trap() at kdb_trap+0x15c pc = 0xc21a7620 lr = 0xc23e3984 (abort_fatal+0x180) sp = 0xfac43aa8 fp = 0xfac43ac0 r4 = 0xfac43b88 r5 = 0x00000013 r6 = 0x00000004 r7 = 0x00000007 r8 = 0x00000007 r9 = 0x00000004 r10 = 0xfac43b88 abort_fatal() at abort_fatal+0x180 pc = 0xc23e3984 lr = 0xc23e37d0 ($d) sp = 0xfac43ac8 fp = 0xfac43b80 r4 = 0x00000007 r5 = 0x00000000 r6 = 0x00000007 r7 = 0x00000013 r8 = 0x00000023 --More-- $d() at $d pc = 0xc23e37d0 lr = 0xc23ccecc (exception_exit) sp = 0xfac43b88 fp = 0xfac43be0 r4 = 0xc789f498 r5 = 0x00000000 r6 = 0xc789f4cc r7 = 0xc2439402 r8 = 0xc7ac0318 r9 = 0x00000000 r10 = 0x00000000 exception_exit() at exception_exit pc = 0xc23ccecc lr = 0xc7b766e0 (0xc7b766e0) sp = 0xfac43bd8 fp = 0xfac43be0 r0 = 0xc789f4cc r1 = 0x00000004 r2 = 0xc2439402 r3 = 0x0000020c r4 = 0xc789f498 r5 = 0x00000000 r6 = 0xc789f4cc r7 = 0xc2439402 r8 = 0xc7ac0318 r9 = 0x00000000 r10 = 0x00000000 r12 = 0x00000000 sbappendstream_locked() at sbappendstream_locked+0x24 pc = 0xc21e34e0 lr = 0xc21e3584 (sbappendstream+0x3c) sp = 0xfac43be8 fp = 0xfac43bf8 r4 = 0x00000000 r5 = 0xc789f498 --More-- sbappendstream() at sbappendstream+0x3c pc = 0xc21e3584 lr = 0xc22ebea4 (tcp_usr_send+0x1ec) sp = 0xfac43c00 fp = 0xfac43c30 r4 = 0x00000000 r5 = 0xc789f3a0 r6 = 0x00000000 r7 = 0xc789f498 tcp_usr_send() at tcp_usr_send+0x1ec pc = 0xc22ebea4 lr = 0xc21e632c (sosend_generic+0x464) sp = 0xfac43c38 fp = 0xfac43ca8 r4 = 0x0000bf64 r5 = 0x00000000 r6 = 0xc789f4cc r7 = 0x00000000 r8 = 0x00000000 r9 = 0x00000000 r10 = 0xc789f3a0 sosend_generic() at sosend_generic+0x464 pc = 0xc21e632c lr = 0xc21e6540 (sosend+0x34) sp = 0xfac43cb0 fp = 0xfac43cc0 r4 = 0xcb8caa40 r5 = 0x00000000 r6 = 0xc789f3a0 r7 = 0xc789f3a0 r8 = 0x00000000 r9 = 0x0000000c r10 = 0xc7b766e0 sosend() at sosend+0x34 --More-- pc = 0xc21e6540 lr = 0xc21ec958 (kern_sendit+0x198) sp = 0xfac43cc8 fp = 0xfac43d28 kern_sendit() at kern_sendit+0x198 pc = 0xc21ec958 lr = 0xc21ecc60 (sendit+0x110) sp = 0xfac43d30 fp = 0xfac43d60 r4 = 0x00000000 r5 = 0xc8053640 r6 = 0xfac43d70 r7 = 0x00000000 r8 = 0x00000000 r9 = 0x00000000 r10 = 0xc7b766e0 sendit() at sendit+0x110 pc = 0xc21ecc60 lr = 0xc21ecb48 (sys_sendto+0x58) sp = 0xfac43d68 fp = 0xfac43d90 r4 = 0xc7b766e0 r5 = 0xc8053640 r6 = 0x00000000 r7 = 0x00000000 r8 = 0xfac43e08 r9 = 0xfac43e00 r10 = 0x00000000 sys_sendto() at sys_sendto+0x58 pc = 0xc21ecb48 lr = 0xc23e2e28 (swi_handler+0x2cc) sp = 0xfac43d98 fp = 0xfac43e50 swi_handler() at swi_handler+0x2cc --More-- pc = 0xc23e2e28 lr = 0xc23cce64 (swi_exit) sp = 0xfac43e58 fp = 0xbc3f0500 r4 = 0x00000000 r5 = 0x0000000c r6 = 0x20fc0b00 r7 = 0x00000085 r8 = 0x00000000 r9 = 0x00000000 r10 = 0x00000000 swi_exit() at swi_exit pc = 0xc23cce64 lr = 0xc23cce64 (swi_exit) sp = 0xfac43e58 fp = 0xbc3f0500 db> reboot ------------------------------------------ On Mon, 01 Dec 2014 10:08:51 -0800 Sean Bruno wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > I'm seeing something odd with regressions for python27 and python34 on ARM. > > Can someone with an ARMv6 board, running current, run the regression > suite for python via "make test" in the work directory? > > sean > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQF8BAEBCgBmBQJUfK6uXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w > ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAw > MDAwMDAwMDAwMDAwMDAwAAoJEBIB78oecn5kxWMH/1GUQ3SEDm5peufzCSAZxPNG > Bc0ZO/be2F2kzVaSPi+ZRSET8UISvLpqAbiJTNQHKTmtaH3tUgqJco8DsXh7WQ+R > +IpN80VzJMw4RCfBS8yraaeDkuu0uVGH7J4QFlh+v+mPYgF3JXZLLIMZN+zjjCqn > VDssQ52xlsM2+CEKDDsdIt3xEqfbe0+rzg+Vebzr1gMGPdsdddkK6sBKZ7Oqidda > YUveaoJTZWxHjBh9f2zDCFrtr7/NGXAc53za69t1DcvssjgVhIrxjb3lnMs6vF+1 > hsRf4AfY+j+6QpTKbH65WCvh6GGxPMv8cTsxP49XuNZzyDrpEg6b41wyw0NL3CQ= > =5V9U > -----END PGP SIGNATURE----- > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"