Bug 845560 - [abrt] iverilog-0.9.20111101-3.fc17: of_SET_VEC: Process /usr/bin/vvp was killed by signal 6 (SIGABRT)
Summary: [abrt] iverilog-0.9.20111101-3.fc17: of_SET_VEC: Process /usr/bin/vvp was kil...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: iverilog
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Chitlesh GOORAH
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:d36ec3393c47ff0ff59710b8700...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-03 12:37 UTC by Andrey Budantsev
Modified: 2013-07-31 22:08 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-31 22:08:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: environ (4.76 KB, text/plain)
2012-08-03 12:38 UTC, Andrey Budantsev
no flags Details
File: local_ram.v (10.74 KB, text/plain)
2012-08-03 12:38 UTC, Andrey Budantsev
no flags Details
File: backtrace (5.97 KB, text/plain)
2012-08-03 12:38 UTC, Andrey Budantsev
no flags Details
File: maps (4.88 KB, text/plain)
2012-08-03 12:38 UTC, Andrey Budantsev
no flags Details
File: altera_mf.v (2.11 MB, text/plain)
2012-08-03 12:38 UTC, Andrey Budantsev
no flags Details

Description Andrey Budantsev 2012-08-03 12:37:54 UTC
libreport version: 2.0.10
abrt_version:   2.0.10
backtrace_rating: 4
cmdline:        vvp simulation/ADCAdapter_trivial_testbench -vcd
crash_function: of_SET_VEC
executable:     /usr/bin/vvp
kernel:         3.5.0-2.fc17.x86_64
pid:            9273
pwd:            /home/abudantsev/Projects/PilotProjects/Verilog/ADCAdapter
remote_result:  NOTFOUND
time:           Fri 03 Aug 2012 07:14:36 PM NOVT
uid:            1000
username:       abudantsev
var_log_messages: Aug  3 19:14:36 barracuda abrt[9274]: Saved core dump of pid 9273 (/usr/bin/vvp) to /var/spool/abrt/ccpp-2012-08-03-19:14:36-9273 (16338944 bytes)

altera_mf.v:    Binary file, 2213390 bytes
backtrace:      Text file, 6109 bytes
environ:        Text file, 4873 bytes
local_ram.v:    Text file, 10999 bytes
maps:           Text file, 5002 bytes

ADCAdapter.v:
:// $Id: ADCAdapter.v 121 2012-08-01 18:59:32Z abudantsev-tdisie $
:// Performs strobe gating across clock domains
:
:module ADCAdapter 
:	#(parameter
:		DataWidth = 16,						// Input ADC data width
:		// Linear phase response filter is assumed hence the filter should be symmetric, so we need a haalf of the number of coefficients
:		// memory cells to use.
:		// States
:		STOP = 0,	// Stop, waiting for the last sample
:		STDLY = 1,	// Set start delay counter
:		DLY = 2,	// Start delay in progress
:		STNINT = 3,	// Set the number of intervals
:		STACQ = 4,	// Set the number of samples
:		ACQRD = 5,	// Acquisition read (old accumulated sample) cycle
:		ACQWR = 6	// Acquisition write (new accumulated sample) cycle
:	)
:	(
:	// System interface
://		input	wire			clk_in,
://		input	wire			reset_in,
:	
:	// ADC interface
://		input	wire			adcclk,		// Ignored, left for interface integrity only
://		input	wire			csb,
://		output	wire			dinclk,
://		output	wire			otr,
://		input	wire			oeb,
://		input	wire			dfs,
://		inout	wire			dcs,
://		output	reg		[13:0]	adcdata
:		input	wire	[15:0]	adra,
:		input	wire	[15:0]	dina,
:		input	wire			clka,
:		input	wire			wrena,
:		input	wire			rdena,
:		output	wire	[15:0]	qa,
:
:		input	wire	[15:0]	adrb,
:		input	wire	[15:0]	dinb,
:		input	wire			clkb,
:		input	wire			wrenb,
:		input	wire			rdenb,
:		output	wire	[15:0]	qb
:	);
:
:local_ram	local_ram_inst (
:	.address_a ( adra ),
:	.address_b ( adrb ),
:	.clock_a ( clka ),
:	.clock_b ( clkb ),
:	.data_a ( dina ),
:	.data_b ( dinb ),
:	.rden_a ( rdena ),
:	.rden_b ( rdenb ),
:	.wren_a ( wrena ),
:	.wren_b ( wrenb ),
:	.q_a ( qa ),
:	.q_b ( qb )
:	);
:
:	initial begin
:	end
:endmodule

build_ids:
:e45258c755689bf1d66580f1c9a3f9d4d3f26235
:f69712fe393313f44607679e934bf5a67f39ec50
:348a7077fc55753b44c3029b393fb48374cb776d
:822e9b3523e8312240f41a25722d539bc77ed436
:9a369aa696ac4cabbf3c74db6b8b45df66ae1d1a
:6088efab2ef3571c51fb041bb70b4ab626221ba4
:453b53f5537b2c7a81348dfeece0b52ca083d06f
:d32cbeacfd9f41e3cd29b697dd111f44a2d9c127
:f4c064df8745dff15466d705fb049138f9a5c949
:66ff6e23f48b16dd1cd292e31a109a8c98ff70f2
:b279d70c7a09a83a27e7a1b22fe4fdfe5323659e
:516204cfc31148538d56b21e2f1b945ed50127d4

cgroup:
:9:perf_event:/
:8:blkio:/
:7:net_cls:/
:6:freezer:/
:5:devices:/
:4:memory:/
:3:cpuacct,cpu:/
:2:cpuset:/
:1:name=systemd:/user/abudantsev/4

comment:
:Just run simulation of attached files:
:
:iverilog -o  simulation/ADCAdapter_trivial_testbench ADCAdapter_trivial_testbench.v  ADCAdapter.v altera_mf.v local_ram.v
:vvp simulation/ADCAdapter_trivial_testbench -vcd

core_backtrace:
:f69712fe393313f44607679e934bf5a67f39ec50 0x35925 raise libc.so.6 -
:f69712fe393313f44607679e934bf5a67f39ec50 0x370d8 abort libc.so.6 -
:f69712fe393313f44607679e934bf5a67f39ec50 0x2e6a2 __assert_fail_base libc.so.6 -
:f69712fe393313f44607679e934bf5a67f39ec50 0x2e752 __assert_fail libc.so.6 -
:9a369aa696ac4cabbf3c74db6b8b45df66ae1d1a 0x4ed12 of_SET_VEC(vthread_s*, [exe] -
:9a369aa696ac4cabbf3c74db6b8b45df66ae1d1a 0x476da vthread_run(vthread_s*) [exe] -
:9a369aa696ac4cabbf3c74db6b8b45df66ae1d1a 0x52227 schedule_simulate() [exe] -
:9a369aa696ac4cabbf3c74db6b8b45df66ae1d1a 0x26eb5 main [exe] -

dso_list:
:/usr/bin/vvp iverilog-0.9.20111101-3.fc17.x86_64 (Fedora Project) 1343966966
:/usr/lib64/ivl/va_math.vpi iverilog-0.9.20111101-3.fc17.x86_64 (Fedora Project) 1343966966
:/usr/lib64/libz.so.1.2.5 zlib-1.2.5-6.fc17.x86_64 (Fedora Project) 1343966808
:/usr/lib64/ivl/system.vpi iverilog-0.9.20111101-3.fc17.x86_64 (Fedora Project) 1343966966
:/usr/lib64/libm-2.15.so glibc-2.15-51.fc17.x86_64 (Fedora Project) 1343966798
:/usr/lib64/libc-2.15.so glibc-2.15-51.fc17.x86_64 (Fedora Project) 1343966798
:/usr/lib64/libbz2.so.1.0.6 bzip2-libs-1.0.6-4.fc17.x86_64 (Fedora Project) 1343966816
:/usr/lib64/libgcc_s-4.7.0-20120507.so.1 libgcc-4.7.0-5.fc17.x86_64 (Fedora Project) 1343966725
:/usr/lib64/libstdc++.so.6.0.17 libstdc++-4.7.0-5.fc17.x86_64 (Fedora Project) 1343966807
:/usr/lib64/ld-2.15.so glibc-2.15-51.fc17.x86_64 (Fedora Project) 1343966798
:/usr/lib64/libdl-2.15.so glibc-2.15-51.fc17.x86_64 (Fedora Project) 1343966798
:/usr/lib64/ivl/v2005_math.vpi iverilog-0.9.20111101-3.fc17.x86_64 (Fedora Project) 1343966966

limits:
:Limit                     Soft Limit           Hard Limit           Units     
:Max cpu time              unlimited            unlimited            seconds   
:Max file size             unlimited            unlimited            bytes     
:Max data size             unlimited            unlimited            bytes     
:Max stack size            8388608              unlimited            bytes     
:Max core file size        0                    unlimited            bytes     
:Max resident set          unlimited            unlimited            bytes     
:Max processes             1024                 31438                processes 
:Max open files            1024                 4096                 files     
:Max locked memory         65536                65536                bytes     
:Max address space         unlimited            unlimited            bytes     
:Max file locks            unlimited            unlimited            locks     
:Max pending signals       31438                31438                signals   
:Max msgqueue size         819200               819200               bytes     
:Max nice priority         0                    0                    
:Max realtime priority     0                    0                    
:Max realtime timeout      unlimited            unlimited            us        

open_fds:
:0:/dev/pts/3
:pos:	0
:flags:	0100002
:1:/dev/pts/3
:pos:	0
:flags:	0100002
:2:/dev/pts/3
:pos:	0
:flags:	0100002
:3:/home/abudantsev/Projects/PilotProjects/Verilog/ADCAdapter/dump.vcd
:pos:	396596
:flags:	0100001

smolt_data:
:
:
:General
:=================================
:UUID: 9eaef0e9-58c3-4274-b1fa-a1f23a13bdd7
:OS: Fedora release 17 (Beefy Miracle)
:Default run level: Unknown
:Language: en_US.UTF-8
:Platform: x86_64
:BogoMIPS: 4999.90
:CPU Vendor: GenuineIntel
:CPU Model: Intel(R) Core(TM)2 Quad  CPU   Q9300  @ 2.50GHz
:CPU Stepping: 7
:CPU Family: 6
:CPU Model Num: 23
:Number of CPUs: 4
:CPU Speed: 2497
:System Memory: 3951
:System Swap: 5983
:Vendor: Unknown
:System:  
:Form factor: Desktop
:Kernel: 3.5.0-2.fc17.x86_64
:SELinux Enabled: 1
:SELinux Policy: targeted
:SELinux Enforce: Enforcing
:MythTV Remote: Unknown
:MythTV Role: Unknown
:MythTV Theme: Unknown
:MythTV Plugin: 
:MythTV Tuner: -1
:
:
:Devices
:=================================
:(32902:14902:32902:20481) pci, uhci_hcd, USB, 82801JI (ICH10 Family) USB UHCI Controller #3
:(4358:12550:4486:5125) pci, via-rhine, ETHERNET, VT6105/VT6106S [Rhine-III]
:(4545:22545:32902:20481) pci, firewire_ohci, FIREWIRE, FW322/323
:(32902:14896:32902:20481) pci, i801_smbus, SERIAL, 82801JI (ICH10 Family) SMBus Controller
:(32902:14882:32902:20481) pci, ahci, STORAGE, 82801JI (ICH10 Family) SATA AHCI Controller
:(32902:14870:32902:20481) pci, lpc_ich, PCI/ISA, 82801JIR (ICH10R) LPC Interface Controller
:(4318:1764:4163:33569) pci, nouveau, VIDEO, G98 [GeForce 8400 GS]
:(32902:14910:32902:20481) pci, snd_hda_intel, MULTIMEDIA, 82801JI (ICH10 Family) HD Audio Controller
:(32902:4301:32902:20481) pci, e1000e, ETHERNET, 82567LF-2 Gigabit Network Connection
:(32902:14901:32902:20481) pci, uhci_hcd, USB, 82801JI (ICH10 Family) USB UHCI Controller #2
:(32902:9294:32902:20481) pci, None, PCI/PCI, 82801 PCI Bridge
:(32902:14900:32902:20481) pci, uhci_hcd, USB, 82801JI (ICH10 Family) USB UHCI Controller #1
:(32902:14903:32902:20481) pci, uhci_hcd, USB, 82801JI (ICH10 Family) USB UHCI Controller #4
:(32902:14904:32902:20481) pci, uhci_hcd, USB, 82801JI (ICH10 Family) USB UHCI Controller #5
:(32902:11808:32902:20481) pci, None, HOST/PCI, 4 Series Chipset DRAM Controller
:(32902:14908:32902:20481) pci, ehci_hcd, USB, 82801JI (ICH10 Family) USB2 EHCI Controller #2
:(32902:14905:32902:20481) pci, uhci_hcd, USB, 82801JI (ICH10 Family) USB UHCI Controller #6
:(32902:14906:32902:20481) pci, ehci_hcd, USB, 82801JI (ICH10 Family) USB2 EHCI Controller #1
:(32902:11809:32902:20481) pci, pcieport, PCI/PCI, 4 Series Chipset PCI Express Root Port
:
:
:Filesystem Information
:=================================
:device mtpt type bsize frsize blocks bfree bavail file ffree favail
:-------------------------------------------------------------------
:/dev/mapper/vg_barracuda-lv_root / ext4 4096 4096 13081025 5222917 4567557 3276800 2727124 2727124
:/dev/sda1 /boot ext4 1024 1024 508644 446810 421210 128016 127670 127670
:/dev/mapper/vg_barracuda-lv_home /home ext4 4096 4096 46215487 29238877 26925047 11575296 11512409 11512409
:/dev/sdb1 WITHHELD ext4 4096 4096 243931209 77660687 65451177 61054976 60814865 60814865
:

Comment 1 Andrey Budantsev 2012-08-03 12:38:00 UTC
Created attachment 602122 [details]
File: environ

Comment 2 Andrey Budantsev 2012-08-03 12:38:02 UTC
Created attachment 602123 [details]
File: local_ram.v

Comment 3 Andrey Budantsev 2012-08-03 12:38:04 UTC
Created attachment 602124 [details]
File: backtrace

Comment 4 Andrey Budantsev 2012-08-03 12:38:07 UTC
Created attachment 602125 [details]
File: maps

Comment 5 Andrey Budantsev 2012-08-03 12:38:23 UTC
Created attachment 602126 [details]
File: altera_mf.v

Comment 6 Fedora End Of Life 2013-07-03 21:13:26 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '17'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 17's end of life.

Bug Reporter:  Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 17 is end of life. If you 
would still like  to see this bug fixed and are able to reproduce it 
against a later version  of Fedora, you are encouraged  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 7 Fedora End Of Life 2013-07-31 22:08:46 UTC
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.