From owner-freebsd-geom@FreeBSD.ORG Mon Aug 6 05:01:05 2012 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D47C106564A; Mon, 6 Aug 2012 05:01:05 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E4DCE8FC0A; Mon, 6 Aug 2012 05:01:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q76514bY051780; Mon, 6 Aug 2012 05:01:04 GMT (envelope-from ae@freefall.freebsd.org) Received: (from ae@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q76514bT051776; Mon, 6 Aug 2012 05:01:04 GMT (envelope-from ae) Date: Mon, 6 Aug 2012 05:01:04 GMT Message-Id: <201208060501.q76514bT051776@freefall.freebsd.org> To: ae@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-geom@FreeBSD.org From: ae@FreeBSD.org Cc: Subject: Re: kern/162690: [geom] gpart label changes only take effect after a reboot X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 05:01:05 -0000 Old Synopsis: gpart label changes only take effect after a reboot New Synopsis: [geom] gpart label changes only take effect after a reboot Responsible-Changed-From-To: freebsd-bugs->freebsd-geom Responsible-Changed-By: ae Responsible-Changed-When: Mon Aug 6 04:59:45 UTC 2012 Responsible-Changed-Why: Reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=162690 From owner-freebsd-geom@FreeBSD.ORG Mon Aug 6 10:10:04 2012 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6AA251065674 for ; Mon, 6 Aug 2012 10:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 507088FC17 for ; Mon, 6 Aug 2012 10:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q76AA44u004198 for ; Mon, 6 Aug 2012 10:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q76AA4Fx004197; Mon, 6 Aug 2012 10:10:04 GMT (envelope-from gnats) Date: Mon, 6 Aug 2012 10:10:04 GMT Message-Id: <201208061010.q76AA4Fx004197@freefall.freebsd.org> To: freebsd-geom@FreeBSD.org From: "Pavel Polyakov" Cc: Subject: Re: kern/158197: [geom] geom_cache with size> 1000 leads to panics X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pavel Polyakov List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 10:10:04 -0000 The following reply was made to PR kern/158197; it has been noted by GNATS. From: "Pavel Polyakov" To: bug-followup@freebsd.org, bsd@kobyla.org Cc: ru@freebsd.org Subject: Re: kern/158197: [geom] geom_cache with size>1000 leads to panics Date: Mon, 06 Aug 2012 12:54:53 +0300 Increasing kern.geom.cache.timeout sysctl (from 10 to 30-40 secs) rises the panic risk. Increasing the block size forces cache usage & overfill. Problem mostly appears after number of CacheFull events, cache memory release and filling it again with read operations. So sometimes such situation comes (Entries > Size!): # gcache list usr0 Geom name: usr0 WroteBytes: 2001752576 Writes: 93866 CacheFull: 65 CacheMisses: 1387 CacheHits: 4120 CacheReadBytes: 22902272 CacheReads: 5442 ReadBytes: 27303424 Reads: 6262 InvalidEntries: 0 UsedEntries: 0 Entries: 1025 TailOffset: 21474705408 BlockSize: 131072 Size: 1024 Few more info from the fresh stable version: ----- Architecture: amd64 Architecture Version: 1 Dump Length: 833024B (0 MB) Blocksize: 512 Dumptime: Mon Aug 6 04:54:04 2012 Hostname: cel.home Magic: FreeBSD Text Dump Version String: FreeBSD 9.1-PRERELEASE #1 r239036M: Sat Aug 4 15:38:54 EEST 2012 root@cel.home:/usr/obj/usr/src/sys/PDC90 Panic String: Bad tailq NEXT(0xfffffe0012be7ab8->tqh_last) != NULL Dump Parity: 3722464325 Bounds: 148 Dump Status: good panic: Bad tailq NEXT(0xfffffe0012be7ab8->tqh_last) != NULL cpuid = 0 KDB: stack backtrace: db_trace_self_wrapper() at 0xffffffff802defca = db_trace_self_wrapper+0x2a kdb_backtrace() at 0xffffffff805a52e7 = kdb_backtrace+0x37 panic() at 0xffffffff8056e088 = panic+0x1d8 g_cache_deliver() at 0xffffffff81038b46 = g_cache_deliver+0x276 g_cache_read() at 0xffffffff81038d13 = g_cache_read+0x1a3 g_cache_start() at 0xffffffff8103920e = g_cache_start+0x34e g_io_schedule_down() at 0xffffffff80506c24 = g_io_schedule_down+0x1d4 g_down_procbody() at 0xffffffff805070a2 = g_down_procbody+0x72 fork_exit() at 0xffffffff80540565 = fork_exit+0x135 fork_trampoline() at 0xffffffff807fbeae = fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff800027fcf0, rbp = 0 --- KDB: enter: panic db:1:on> run lockinfo db:2:lockinfo> show locks exclusive sleep mutex GEOM CACHE mutex (GEOM CACHE mutex) r = 0 (0xfffffe0012be7a20) locked @ /usr/src/sys/modules/geom/geom_cache/../../../geom/cache/g_cache.c:262 db:2:locks> show alllocks Process 77823 (perl5.14.2) thread 0xfffffe01b6d288e0 (131440) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe0214f6a0f8) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 77822 (perl5.14.2) thread 0xfffffe0136bbf470 (100575) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe00b9a488f0) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 77821 (perl5.14.2) thread 0xfffffe0184d158e0 (150562) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe00417a93a0) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 77820 (perl5.14.2) thread 0xfffffe0118db5470 (149413) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe006bfa50f8) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 77819 (perl5.14.2) thread 0xfffffe020654f000 (102636) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe00410abe40) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 77818 (perl5.14.2) thread 0xfffffe02066428e0 (127656) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe01817cdb98) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 77817 (perl5.14.2) thread 0xfffffe0012ca1470 (100117) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe0172cf8b98) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 6250 (darktable) thread 0xfffffe01816de000 (100720) exclusive sleep mutex pmap (pmap) r = 0 (0xfffffe01810a6a60) locked @ /usr/src/sys/amd64/amd64/pmap.c:3533 exclusive rw pvh global (pvh global) r = 0 (0xffffffff80e4cc00) locked @ /usr/src/sys/amd64/amd64/pmap.c:3532 exclusive sleep mutex vm object (standard object) r = 0 (0xfffffe0181366000) locked @ /usr/src/sys/vm/vm_fault.c:1067 shared sx user map (user map) r = 0 (0xfffffe01810a69a8) locked @ /usr/src/sys/vm/vm_fault.c:823 Process 6250 (darktable) thread 0xfffffe01816de470 (100718) shared sx user map (user map) r = 0 (0xfffffe01810a69a8) locked @ /usr/src/sys/vm/vm_fault.c:823 Process 3201 (mysqld) thread 0xfffffe00bec8e8e0 (133280) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe0181d6cb98) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 3201 (mysqld) thread 0xfffffe00410f2000 (100545) exclusive sx so_rcv_sx (so_rcv_sx) r = 0 (0xfffffe018119c3a0) locked @ /usr/src/sys/kern/uipc_sockbuf.c:148 Process 13 (geom) thread 0xfffffe0010177000 (100016) exclusive sleep mutex GEOM CACHE mutex (GEOM CACHE mutex) r = 0 (0xfffffe0012be7a20) locked @ /usr/src/sys/modules/geom/geom_cache/../../../geom/cache/g_cache.c:262 db:2:alllocks> show lockedvnods Locked vnodes db:1:lockedvnods> show pcpu cpuid = 0 dynamic pcpu = 0x538a00 curthread = 0xfffffe0010177000: pid 13 "g_down" curpcb = 0xffffff800027fd00 fpcurthread = none idlethread = 0xfffffe001015d470: tid 100003 "idle: cpu0" curpmap = 0xffffffff80c30190 tssp = 0xffffffff80e37fe0 commontssp = 0xffffffff80e37fe0 rsp0 = 0xffffff800027fd00 gs32p = 0xffffffff80e36138 ldt = 0xffffffff80e36178 tss = 0xffffffff80e36168 spin locks held: db:1:pcpu> bt Tracing pid 13 tid 100016 td 0xfffffe0010177000 kdb_enter() at 0xffffffff805a4fab = kdb_enter+0x3b panic() at 0xffffffff8056e081 = panic+0x1d1 g_cache_deliver() at 0xffffffff81038b46 = g_cache_deliver+0x276 g_cache_read() at 0xffffffff81038d13 = g_cache_read+0x1a3 g_cache_start() at 0xffffffff8103920e = g_cache_start+0x34e g_io_schedule_down() at 0xffffffff80506c24 = g_io_schedule_down+0x1d4 g_down_procbody() at 0xffffffff805070a2 = g_down_procbody+0x72 fork_exit() at 0xffffffff80540565 = fork_exit+0x135 fork_trampoline() at 0xffffffff807fbeae = fork_trampoline+0xe --- trap 0, rip = 0, rsp = 0xffffff800027fcf0, rbp = 0 --- db:1:bt> -- Using Opera's revolutionary email client: http://www.opera.com/mail/ From owner-freebsd-geom@FreeBSD.ORG Mon Aug 6 11:07:10 2012 Return-Path: Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02FC21065680 for ; Mon, 6 Aug 2012 11:07:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D8CD28FC19 for ; Mon, 6 Aug 2012 11:07:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q76B79Fw021766 for ; Mon, 6 Aug 2012 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q76B79BJ021763 for freebsd-geom@FreeBSD.org; Mon, 6 Aug 2012 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Aug 2012 11:07:09 GMT Message-Id: <201208061107.q76B79BJ021763@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-geom@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-geom@FreeBSD.org X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2012 11:07:10 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/170379 geom [geom] geom_multipath: rotate only considers last 2 va o kern/170199 geom [geom] [panic] Kernel Panic in GEOM_VIRSTOR o kern/170038 geom [geom] geom_mirror always starts degraded after reboot o kern/169539 geom [geom] [patch] fix ability to run gmirror on MSI MegaR a bin/169077 geom bsdinstall(8) does not use partition labels in /etc/fs f kern/165745 geom [geom] geom_multipath page fault on removed drive o kern/165428 geom [glabel][patch] Add xfs support to glabel o kern/164254 geom [geom] gjournal not stopping on GPT partitions o kern/164252 geom [geom] gjournal overflow o kern/164143 geom [geom] Partition table not recognized after upgrade R8 a kern/163020 geom [geli] [patch] enable the Camellia-XTS on GEOM ELI o kern/162690 geom [geom] gpart label changes only take effect after a re o kern/162010 geom [geli] panic: Provider's error should be set (error=0) o kern/161979 geom [geom] glabel doesn't update after newfs, and glabel s o kern/161752 geom [geom] glabel(8) doesn't get gpt label change o bin/161677 geom gpart(8) Probably bug in gptboot o kern/160562 geom [geom][patch] Allow to insert new component to geom_ra o kern/160409 geom [geli] failed to attach provider f kern/159595 geom [geom] [panic] panic on gmirror unload in vbox [regres p kern/158398 geom [headers] [patch] includes o kern/158197 geom [geom] geom_cache with size>1000 leads to panics o kern/157879 geom [libgeom] [regression] ABI change without version bump o kern/157863 geom [geli] kbdmux prevents geli passwords from being enter o kern/157739 geom [geom] GPT labels with geom_multipath o kern/157724 geom [geom] gpart(8) 'add' command must preserve gap for sc o kern/157723 geom [geom] GEOM should not process 'c' (raw) partitions fo o kern/157108 geom [gjournal] dumpon(8) fails on gjournal providers o kern/155994 geom [geom] Long "Suspend time" when reading large files fr o kern/154226 geom [geom] GEOM label does not change when you modify them o kern/150858 geom [geom] [geom_label] [patch] glabel(8) is not compatibl o kern/150626 geom [geom] [gjournal] gjournal(8) destroys label o kern/150555 geom [geom] gjournal unusable on GPT partitions o kern/150334 geom [geom] [udf] [patch] geom label does not support UDF o kern/149762 geom volume labels with rogue characters o bin/149215 geom [panic] [geom_part] gpart(8): Delete linux's slice via o kern/147667 geom [gmirror] Booting with one component of a gmirror, the o kern/145818 geom [geom] geom_stat_open showing cached information for n o kern/145042 geom [geom] System stops booting after printing message "GE o kern/143455 geom gstripe(8) in RELENG_8 (31st Jan 2010) broken o kern/142563 geom [geom] [hang] ioctl freeze in zpool o kern/141740 geom [geom] gjournal(8): g_journal_destroy concurrent error o kern/140352 geom [geom] gjournal + glabel not working o kern/135898 geom [geom] Severe filesystem corruption - large files or l o kern/134113 geom [geli] Problem setting secondary GELI key o kern/133931 geom [geli] [request] intentionally wrong password to destr o bin/132845 geom [geom] [patch] ggated(8) does not close files opened a o bin/131415 geom [geli] keystrokes are unregulary sent to Geli when typ o kern/131353 geom [geom] gjournal(8) kernel lock o kern/129674 geom [geom] gjournal root did not mount on boot o kern/129645 geom gjournal(8): GEOM_JOURNAL causes system to fail to boo o kern/129245 geom [geom] gcache is more suitable for suffix based provid o kern/127420 geom [geom] [gjournal] [panic] Journal overflow on gmirrore o kern/124973 geom [gjournal] [patch] boot order affects geom_journal con o kern/124969 geom gvinum(8): gvinum raid5 plex does not detect missing s o kern/123962 geom [panic] [gjournal] gjournal (455Gb data, 8Gb journal), o kern/123122 geom [geom] GEOM / gjournal kernel lock o kern/122738 geom [geom] gmirror list "losts consumers" after gmirror de o kern/122067 geom [geom] [panic] Geom crashed during boot o kern/121364 geom [gmirror] Removing all providers create a "zombie" mir o kern/120091 geom [geom] [geli] [gjournal] geli does not prompt for pass o kern/115856 geom [geli] ZFS thought it was degraded when it should have o kern/115547 geom [geom] [patch] [request] let GEOM Eli get password fro f kern/113957 geom [gmirror] gmirror is intermittently reporting a degrad o kern/113837 geom [geom] unable to access 1024 sector size storage o kern/113419 geom [geom] geom fox multipathing not failing back o kern/107707 geom [geom] [patch] [request] add new class geom_xbox360 to o kern/94632 geom [geom] Kernel output resets input while GELI asks for o kern/90582 geom [geom] [panic] Restore cause panic string (ffs_blkfree o bin/90093 geom fdisk(8) incapable of altering in-core geometry o kern/87544 geom [gbde] mmaping large files on a gbde filesystem deadlo o bin/86388 geom [geom] [geom_part] periodic(8) daily should backup gpa o kern/84556 geom [geom] [panic] GBDE-encrypted swap causes panic at shu o kern/79251 geom [2TB] newfs fails on 2.6TB gbde device o kern/79035 geom [vinum] gvinum unable to create a striped set of mirro o bin/78131 geom gbde(8) "destroy" not working. 75 problems total. From owner-freebsd-geom@FreeBSD.ORG Tue Aug 7 19:31:15 2012 Return-Path: Delivered-To: freebsd-geom@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 204CD106564A; Tue, 7 Aug 2012 19:31:15 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E6A398FC0C; Tue, 7 Aug 2012 19:31:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q77JVEXJ010295; Tue, 7 Aug 2012 19:31:14 GMT (envelope-from ae@freefall.freebsd.org) Received: (from ae@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q77JVEN2010290; Tue, 7 Aug 2012 19:31:14 GMT (envelope-from ae) Date: Tue, 7 Aug 2012 19:31:14 GMT Message-Id: <201208071931.q77JVEN2010290@freefall.freebsd.org> To: gondim@bsdinfo.com.br, ae@FreeBSD.org, freebsd-geom@FreeBSD.org, jimharris@FreeBSD.org From: ae@FreeBSD.org Cc: Subject: Re: kern/170199: [geom] [panic] Kernel Panic in GEOM_VIRSTOR X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Aug 2012 19:31:15 -0000 Synopsis: [geom] [panic] Kernel Panic in GEOM_VIRSTOR State-Changed-From-To: open->patched State-Changed-By: ae State-Changed-When: Tue Aug 7 19:30:04 UTC 2012 State-Changed-Why: Patched in head/. Responsible-Changed-From-To: freebsd-geom->jimharris Responsible-Changed-By: ae Responsible-Changed-When: Tue Aug 7 19:30:04 UTC 2012 Responsible-Changed-Why: Reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=170199 From owner-freebsd-geom@FreeBSD.ORG Wed Aug 8 11:44:53 2012 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C09C106564A for ; Wed, 8 Aug 2012 11:44:53 +0000 (UTC) (envelope-from tharleapp@gmail.com) Received: from oproxy12-pub.bluehost.com (unknown [IPv6:2605:dc00:100:2::a4]) by mx1.freebsd.org (Postfix) with SMTP id 509DC8FC0A for ; Wed, 8 Aug 2012 11:44:53 +0000 (UTC) Received: (qmail 2547 invoked by uid 0); 8 Aug 2012 11:44:53 -0000 Received: from unknown (HELO box294.bluehost.com) (69.89.31.94) by oproxy12.bluehost.com with SMTP; 8 Aug 2012 11:44:53 -0000 Received: from localhost ([127.0.0.1]:55136 helo=box294.bluehost.com) by box294.bluehost.com with esmtp (Exim 4.76) (envelope-from ) id 1Sz4h2-00057l-PZ for freebsd-geom@freebsd.org; Wed, 08 Aug 2012 05:44:52 -0600 To: freebsd-geom@freebsd.org X-PHP-Script: www.tharle.com/blog/wp-cron.php for 69.195.120.215 Date: Wed, 8 Aug 2012 11:44:52 +0000 From: Tharle Games Message-ID: X-Priority: 3 X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4] X-email_id: 5 MIME-Version: 1.0 X-Identified-User: {:box294.bluehost.com:kannada2:box294.bluehost.com} {sentby:program running on server} Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Free Gold Combat - Calling Arcade Gamers to Shooting Mayhem X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tharle Games List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2012 11:44:53 -0000 Free Gold Combat - Calling Arcade Gamers to Shooting Mayhem Gold Combat HD, Arcade Shooting Gold Rush Hi, There We would like to introduce our newly launched game on app store "Gold Combat ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=66&urlencoded=aHR0cDovL2l0dW5lcy5hcHBsZS5jb20vYXBwL2dvbGQtY29tYmF0LWhkL2lkNTQwMDE5ODMxP210PTg%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions )" for iPhone and iPad. Which is Free to download and available at Appstore globally. This is totally action arcade shooting mayhem game with mere implementation of strategic approach. The game is targeted to users, who like to play classic arcade shooting games. In a nutshell if you like Tesla (online flash game) you will like this also. Watch our Game Preview on Youtube ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=66&urlencoded=aHR0cDovL3d3dy55b3V0dWJlLmNvbS93YXRjaD92PVZDeVIxZFRMZlkw&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Tap to shoot or kill is one of a great feature of the game, keeping in mind for apple users and arcade game players we have tried to match the graphics quality and bug free app with minimal game controls , I hope you will enjoy playing this. The game is free to download but consist of ads and can be removed from in-app purchase, users can also by gold coins through in-app purchase for buying power ups in the game. Download From App Store ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=66&urlencoded=aHR0cDovL2l0dW5lcy5hcHBsZS5jb20vYXBwL2dvbGQtY29tYmF0LWhkL2lkNTQwMDE5ODMxP210PTg%3D&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Unsubscribe ( http://www.tharle.com/blog/wysijap/subscriptions/?email_id=5&user_id=66&urlencoded=W3Vuc3Vic2NyaWJlX2xpbmtd&controller=stats&action=analyse&wysija-page=1&wysijap=subscriptions ) Basavaraj Pujar, basavaraj@tharle.com (+91) 9886196010